Skip to content

Commit 3d59e9c

Browse files
committed
comment
1 parent f8460bd commit 3d59e9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/sonic-yang-models/tests/yang_model_tests/tests_config/neigh.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"sonic-neigh:NEIGH": {
7777
"NEIGH_LIST": [
7878
{
79-
"port": "PortChannel11",
79+
"port": "PortChannel1024",
8080
"neighbor": "100.1.1.3",
8181
"neigh": "00:02:02:03:04:05",
8282
"family": "IPv4"
@@ -94,7 +94,7 @@
9494
"PORTCHANNEL_LIST": [
9595
{
9696
"admin_status": "up",
97-
"name": "PortChannel11"
97+
"name": "PortChannel1024"
9898
}
9999
]
100100
}

src/sonic-yang-models/yang-models/sonic-neigh.yang

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module sonic-neigh {
3535
key "port neighbor";
3636

3737
leaf port {
38-
description "Neighbor interface ex. Vlan1000";
38+
description "Neighbor interface ex. Vlan1000, PortChannel1024";
3939
type union {
4040
type leafref {
4141
path /lag:sonic-portchannel/lag:PORTCHANNEL/lag:PORTCHANNEL_LIST/lag:name;

0 commit comments

Comments
 (0)