-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid using VLAN interfaces for physical interface modifications (#51)
* Add interface_type field to host mapping Signed-off-by: Atanas Dinov <[email protected]> * Drop mac_address requirement Signed-off-by: Atanas Dinov <[email protected]> * Support VLAN interfaces Signed-off-by: Atanas Dinov <[email protected]> * Wrap mac_address as an Option Signed-off-by: Atanas Dinov <[email protected]> --------- Signed-off-by: Atanas Dinov <[email protected]>
- Loading branch information
1 parent
2e44eb0
commit 9885d7e
Showing
6 changed files
with
113 additions
and
35 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
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,25 @@ | ||
[connection] | ||
autoconnect=true | ||
autoconnect-slaves=-1 | ||
id=eth0.1365 | ||
interface-name=eth0.1365 | ||
type=vlan | ||
uuid=7544e8b2-96c6-594b-adcb-6f949ef3f9ba | ||
|
||
[ipv4] | ||
dhcp-client-id=mac | ||
dhcp-send-hostname=true | ||
dhcp-timeout=2147483647 | ||
ignore-auto-dns=false | ||
ignore-auto-routes=false | ||
method=auto | ||
never-default=false | ||
|
||
[ipv6] | ||
dhcp-timeout=2147483647 | ||
method=disabled | ||
|
||
[vlan] | ||
flags=0 | ||
id=1365 | ||
parent=4fd00f34-9191-481c-b931-caa24dae871a |
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