Skip to content

Commit

Permalink
T4300: Added full support for network-config
Browse files Browse the repository at this point in the history
Added the support for all types of interfaces supported in
network-config. See detail here:
https://cloudinit.readthedocs.io/en/22.1_a/topics/network-config.html

For Networking Config Version 1:
- physical
- bond
- bridge
- vlan
- nameserver
- route

For Networking Config Version 2:
- ethernets
- bonds
- bridges
- vlans

Also, the code was refactored to reduce actions duplication and prepare
for future syntax and structure improvements.
  • Loading branch information
zdc committed Apr 8, 2022
1 parent aa60d48 commit ae74804
Showing 1 changed file with 669 additions and 174 deletions.
Loading

0 comments on commit ae74804

Please sign in to comment.