mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Comment for vlan_trunk mode
This commit is contained in:
parent
485e66433e
commit
732abf5426
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue