Skip to content

Commit

Permalink
sample_config_db.json needs to be compliant with Xlate and Rev Xlate …
Browse files Browse the repository at this point in the history
…test which means we can't use uppercase mac addresses due to the reverse translation test... this doesn't apply to actual config files
  • Loading branch information
bradh352 committed Dec 11, 2024
1 parent ddd0852 commit 40bdd5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sonic-yang-models/tests/files/sample_config_db.json
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
"nat_zone": "0",
"loopback_action": "forward",
"ipv6_use_link_local_only": "disable",
"mac_addr": "02:AB:CD:EF:12:34"
"mac_addr": "02:ab:cd:ef:12:34"
},
"Vlan777": {},
"Vlan111|2a04:5555:45:6709::1/64": {
Expand Down Expand Up @@ -1197,7 +1197,7 @@
"nat_zone": "1",
"loopback_action": "forward",
"ipv6_use_link_local_only": "enable",
"mac_addr": "12:34:56:78:90:AB"
"mac_addr": "12:34:56:78:90:ab"
},
"Ethernet112|2a04:5555:40:a709::2/126": {
"scope": "global",
Expand Down

0 comments on commit 40bdd5e

Please sign in to comment.