mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Ticket: CM-12355 Reviewed By: julien, nikhil Testing Done: tested with failing config This can happen if the bridge vlans were cached before the interface become a bridge port. and when the interface becomes a bridge port kernel adds a default pvid of 1. so this patch assumes a default pvid is 1 if we did not find anything in the cache. This will delete the default pvid of 1 if the user has configured a different pvid. Signed-off-by: Roopa Prabhu <roopa@cumulusnetworks.com>