forked from nmstate/nmstate
-
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.
gc: Fix trunk vlans for ovs port in gen_conf
The `nmstatectl gc` will fail on OVS trunk VLAN state like: ```yml --- interfaces: - name: br0 type: ovs-bridge state: up bridge: port: - name: eth1 vlan: mode: trunk trunk-tags: - id: 500 ``` Integration test case included. Signed-off-by: Koen de Laat <koen.de.laat@philips.com>
- Loading branch information
1 parent
23247af
commit 614c66d
Showing
3 changed files
with
80 additions
and
1 deletion.
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