search for: add_vlan

Displaying 1 result from an estimated 1 matches for "add_vlan".

Did you mean: add_len
2010 Jul 21
1
[PATCH] Add support for tagged VLAN
...eth_vlan_name = "#{nic.interface_name}.#{net.number}" + add_bridge(result, 'none', eth_vlan_name, + nic.boot_protocol, nic.ip_address, + nic.netmask, nic.broadcast, + nic.gateway) + add_vlan(result, eth_vlan_name) + end + end # end of : usage.networks.map do |net| + end # end of : nic.network.usages.map do |usage| end end end @@ -121,4 +136,9 @@ class ManagedNodeConfiguration def self.add_slave(result, mac, iface_name, master) result.puts "...