-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create VLAN links from a VLAN trunk before handling access/native VLAN (
fixes #421) * VLAN trunk is created before changing any link attributes based on access/native VLAN * On routed access/native VLANs, set vlan.mode on all interfaces, not just on link (because it won't be copied into interface attributes) * Check whether routed native VLAN is supported by the platform (implements feature flag discussed in #415) * Cisco IOSv is the only device so far known to support routed native VLANs. FRR/Cumulus should be able to do that as well, but that needs to be verified. * Add 'routed native VLAN' test case
- Loading branch information
Showing
5 changed files
with
417 additions
and
14 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
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
Oops, something went wrong.