Skip to content

Commit 5d30305

Browse files
committed
sample_config_db.json needs to be compliant with Xlate and Rev Xlate test which means we can't use uppercase mac addresses due to the reverse translation test... this doesn't apply to actual config files
1 parent 8037e2f commit 5d30305

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sonic-yang-models/tests/files/sample_config_db.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
"nat_zone": "0",
147147
"loopback_action": "forward",
148148
"ipv6_use_link_local_only": "disable",
149-
"mac_addr": "02:AB:CD:EF:12:34"
149+
"mac_addr": "02:ab:cd:ef:12:34"
150150
},
151151
"Vlan777": {},
152152
"Vlan111|2a04:5555:45:6709::1/64": {
@@ -1197,7 +1197,7 @@
11971197
"nat_zone": "1",
11981198
"loopback_action": "forward",
11991199
"ipv6_use_link_local_only": "enable",
1200-
"mac_addr": "12:34:56:78:90:AB"
1200+
"mac_addr": "12:34:56:78:90:ab"
12011201
},
12021202
"Ethernet112|2a04:5555:40:a709::2/126": {
12031203
"scope": "global",

0 commit comments

Comments
 (0)