We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8460bd commit 3d59e9cCopy full SHA for 3d59e9c
src/sonic-yang-models/tests/yang_model_tests/tests_config/neigh.json
@@ -76,7 +76,7 @@
76
"sonic-neigh:NEIGH": {
77
"NEIGH_LIST": [
78
{
79
- "port": "PortChannel11",
+ "port": "PortChannel1024",
80
"neighbor": "100.1.1.3",
81
"neigh": "00:02:02:03:04:05",
82
"family": "IPv4"
@@ -94,7 +94,7 @@
94
"PORTCHANNEL_LIST": [
95
96
"admin_status": "up",
97
- "name": "PortChannel11"
+ "name": "PortChannel1024"
98
}
99
]
100
src/sonic-yang-models/yang-models/sonic-neigh.yang
@@ -35,7 +35,7 @@ module sonic-neigh {
35
key "port neighbor";
36
37
leaf port {
38
- description "Neighbor interface ex. Vlan1000";
+ description "Neighbor interface ex. Vlan1000, PortChannel1024";
39
type union {
40
type leafref {
41
path /lag:sonic-portchannel/lag:PORTCHANNEL/lag:PORTCHANNEL_LIST/lag:name;
0 commit comments