search for: b4de30e

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

Did you mean: b4d307e
2009 Jul 13
1
[PATCH node] Adds vlan support to auto-installations for the node. bz#511056
...fi printf "$IF_CONFIG\n" > $IF_FILENAME printf "$BR_CONFIG\n" > $BR_FILENAME + if [ -n "$VL_CONFIG" ]; then + printf "$VL_CONFIG\n" > $VL_FILENAME + fi fi } diff --git a/scripts/ovirt-early b/scripts/ovirt-early index b4de30e..560fa14 100755 --- a/scripts/ovirt-early +++ b/scripts/ovirt-early @@ -208,10 +208,12 @@ start() { # ipv6=dhcp|auto # dns=server[,server] # ntp=server[,server] + # vlan=id # static network configuration ip_address= ip_gateway= ip_netmask= + vlan=...