forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introducing port_breakout_config_db.json, which will be used when you…
… breakout port with -l option (sonic-net#6034) Signed-off-by: Vasant <[email protected]>
- Loading branch information
1 parent
8d48e6f
commit a79a6ef
Showing
2 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
{ | ||
"ACL_TABLE": { | ||
"DPB_ACL_TBL_1": { | ||
"policy_desc": "ACL table to test DPB/ACL dependency", | ||
"ports": [ | ||
"Ethernet0", | ||
"Ethernet1", | ||
"Ethernet2", | ||
"Ethernet3", | ||
"Ethernet4", | ||
"Ethernet5" | ||
], | ||
"type": "L3" | ||
}, | ||
"DPB_ACL_TBL_2": { | ||
"policy_desc": "ACL table to test DPB/ACL dependency", | ||
"ports": [ | ||
"Ethernet0", | ||
"Ethernet1", | ||
"Ethernet2", | ||
"Ethernet3", | ||
"Ethernet6", | ||
"Ethernet7" | ||
], | ||
"type": "L3" | ||
} | ||
}, | ||
"INTERFACE": { | ||
"Ethernet8": {}, | ||
"Ethernet8|10.0.0.8/31": { | ||
"family": "IPv4", | ||
"scope": "global" | ||
} | ||
}, | ||
"VLAN_MEMBER": { | ||
"Vlan100|Ethernet0": { | ||
"tagging_mode": "untagged" | ||
}, | ||
"Vlan100|Ethernet1": { | ||
"tagging_mode": "untagged" | ||
}, | ||
"Vlan100|Ethernet2": { | ||
"tagging_mode": "untagged" | ||
}, | ||
"Vlan100|Ethernet3": { | ||
"tagging_mode": "untagged" | ||
}, | ||
"Vlan100|Ethernet4": { | ||
"tagging_mode": "untagged" | ||
}, | ||
"Vlan100|Ethernet5": { | ||
"tagging_mode": "untagged" | ||
}, | ||
"Vlan101|Ethernet6": { | ||
"tagging_mode": "tagged" | ||
}, | ||
"Vlan101|Ethernet7": { | ||
"tagging_mode": "tagged" | ||
} | ||
} | ||
} |