Skip to content

Commit

Permalink
Add demo vlan sub intf configs
Browse files Browse the repository at this point in the history
Signed-off-by: Longxiang Lyu <[email protected]>
  • Loading branch information
lolyu committed Mar 30, 2022
1 parent a0a0050 commit 64cb1c1
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions src/sonic-yang-models/tests/files/sample_config_db.json
Original file line number Diff line number Diff line change
Expand Up @@ -900,11 +900,21 @@
}
},
"VLAN_SUB_INTERFACE": {
"Ethernet120.10": {
"Ethernet12.10": {
"admin_status": "up"
},
"Ethernet120.10|10.0.1.56/31": {},
"Ethernet120.10|fc00::1:71/126": {}
"Ethernet12.10|10.0.1.56/31": {},
"Ethernet12.10|fc00::1:71/126": {},
"Po0003.10": {
"admin_status": "up"
},
"Po0003.10|10.0.1.58/31": {},
"Po0003.10|fc00::1:75/126": {},
"Eth120.10": {
"admin_status": "up"
},
"Eth120.10|10.0.1.60/31": {},
"Eth120.10|fc00::1:79/126": {}
},
"VLAN_MEMBER": {
"Vlan111|Ethernet0": {
Expand Down

0 comments on commit 64cb1c1

Please sign in to comment.