Skip to content

Commit 887e2be

Browse files
sameerlokrayGitHub Enterprise
authored and
GitHub Enterprise
committed
Merge pull request #105 from e-sonic/merge-0517/broadcom_sonic_4.x_share-to-dell_sonic_4.x_share
sync from broadcom_sonic_4.x_share to dell_sonic_4.x_share - 0517
2 parents dc9aeef + 19c0fa0 commit 887e2be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CLI/clitree/scripts/config_db_data.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,14 @@
1919
VIEW_PRIORITY_FILE_MAP = {
2020
"configure-if-view": ["interface.xml", "vrf.xml", "ipv4.xml", "ipv6.xml"],
2121
"configure-lag-view": ["interface.xml", "vrf.xml", "ipv4.xml", "ipv6.xml"],
22-
"configure-vlan-view": ["interface.xml", "vrf.xml", "ipv4.xml", "ipv6.xml"],
22+
"configure-vlan-view": ["interface.xml", "sag.xml", "vrf.xml", "ipv4.xml", "ipv6.xml"],
2323
"configure-if-mgmt-view": ["interface.xml", "vrf.xml", "ipv4.xml", "ipv6.xml"],
2424
"configure-lo-view": ["interface.xml", "vrf.xml", "ipv4.xml", "ipv6.xml"],
2525
"configure-vxlan-view": ["vxlan.xml"],
2626
"configure-subif-view": [
2727
"interface.xml",
2828
"subinterface.xml",
29+
"sag.xml",
2930
"vrf.xml",
3031
"ipv4.xml",
3132
"ipv6.xml",

0 commit comments

Comments
 (0)