mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
- Make sure that when we need to delete an interface, this is done in the exit phase of the generation we're exiting, i.e. it is treated as a regular delete. - When we need to delete and rebuild an interface, make sure that all settings and addresses are applied again. This is done by swapping out the diff for the configured data, which we just annotate with enough metadata to make it look like a diff. - Create a dagger dependency from the VLAN to it's parent interface. This ensures that the parent interface is properly configured before the VLAN is created, which is important when virtual interfaces are stacked on top of each other. E.g. a VLAN on top of another VLAN. - Recreate the VLAN when the parent is changed. - Fix VLAN tag-type parsing