Hi, On Wed, Aug 16, 2006, Joerg Jungermann wrote: > + bond*.0*) > + IF_VLAN_RAW_DEVICE=`echo $IFACE|sed > "s/\(bond[0-9][0-9]*\)\..*/\1/"` > + ;; > + bond*.*) > + IF_VLAN_RAW_DEVICE=`echo $IFACE|sed > "s/\(bond[0-9][0-9]*\)\..*/\1/"` > + ;;
It's perfectly valid to configure your local install of vlan in this way, but the recommended workaround is to use the general "*.0*" and "*.*" cases, by defining IF_VLAN_RAW_DEVICE which will happen if you set "vlan_raw_device" on your interface. This is because interfaces can have *any* name. IMO, the other case constructs are more for backward compatibility. Bye, -- Loïc Minier <[EMAIL PROTECTED]>