如何从 ifupdown 配置文件中实现 netplan 配置文件中的“iface br-mgmt:0”?
auto eth0
iface eth0 inet manual
auto eth0.10
iface eth0.10 inet manual
vlan-raw-device eth0
auto br-mgmt
iface br-mgmt inet static
bridge_ports eth0.10
address 10.4.4.38
netmask 255.255.252.0
gateway 10.4.4.0
auto br-mgmt:0
iface br-mgmt:0 inet static
address 10.4.4.11
netmask 255.255.252.0
答案1
Netplan 不支持接口别名。您可以为单个接口分配多个地址。