mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-25 11:21:16 +01:00
Fixes #3940 This changes machine configuration in a backwards compatible way to allow multiple `.addresses` to be specified for the interface (and for VLANs). Old field `.cidr` is still processed and used, but new deployments should move to `.addresses`. This allows to stop using interface duplication workarounds to assign multiple IPs to the interface. Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>