Comment for vlan_trunk mode

This commit is contained in:
Alfredo Cardigliano 2023-01-12 15:58:57 +01:00
parent 485e66433e
commit 732abf5426

View file

@ -117,6 +117,8 @@ function config.writeNetworkInterfaceConfig(f, iface, network_conf, dns_config,
end
elseif network_conf.mode == "dhcp" then
if_config.dhcp4 = 'true'
elseif network_conf.mode == "vlan_trunk" then
-- nothing to configure for a vlan-trunk bridge interface
end
if vlan_raw_iface then