Skip to content

Commit

Permalink
add to sample_config_db.json
Browse files Browse the repository at this point in the history
  • Loading branch information
bradh352 committed Dec 6, 2024
1 parent 3e1bb90 commit 58be623
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 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 @@ -127,7 +127,8 @@
"PortChannel0003": {
"nat_zone": "1",
"loopback_action": "drop",
"ipv6_use_link_local_only": "enable"
"ipv6_use_link_local_only": "enable",
"mac_addr": "02:26:9b:73:c1:1a"
},
"PortChannel0004": {"vrf_name": "Vrf_blue"},
"PortChannel42|10.1.0.1/31": {},
Expand All @@ -144,7 +145,8 @@
"Vlan111": {
"nat_zone": "0",
"loopback_action": "forward",
"ipv6_use_link_local_only": "disable"
"ipv6_use_link_local_only": "disable",
"mac_addr": "02:AB:CD:EF:12:34"
},
"Vlan777": {},
"Vlan111|2a04:5555:45:6709::1/64": {
Expand Down Expand Up @@ -1194,7 +1196,8 @@
"Ethernet18": {
"nat_zone": "1",
"loopback_action": "forward",
"ipv6_use_link_local_only": "enable"
"ipv6_use_link_local_only": "enable",
"mac_addr": "12:34:56:78:90:AB"
},
"Ethernet112|2a04:5555:40:a709::2/126": {
"scope": "global",
Expand Down

0 comments on commit 58be623

Please sign in to comment.