mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Daniel: Having both bridge-vids and bridge-trunk at the net add interface NAME <TAB> level creates confusion… need to remove bridge-vids This commit adds bridge-trunk as an alias for bridge-vids Ticket: CM-14041 Reviewed By: Roopa, Nikhil G Testing Done: $ ifquery -a auto bridge iface bridge bridge-vlan-aware yes bridge-ports swp1 swp9 bridge-trunk 2-100 bridge-pvid 101 bridge-stp on $ ifrelaod -a $ ifquery -a -c auto bridge iface bridge [pass] bridge-vlan-aware yes [pass] bridge-ports swp1 swp9 [pass] bridge-stp yes [pass] bridge-pvid 101 bridge-trunk 2-100 [] $ ifquery -a -r auto bridge iface bridge bridge-vlan-aware yes bridge-ports swp9 swp1 bridge-stp yes bridge-pvid 101 bridge-vids 2-101 $ net show bridge vlan port vlan ids swp1 2-100 101 PVID Egress Untagged swp9 2-100 101 PVID Egress Untagged bridge None Signed-off-by: Julien Fortin <julien@cumulusnetworks.com>
93 KiB
93 KiB