Author: arekm
Date: Fri Mar  4 14:37:09 2011
New Revision: 12188

Modified:
   rc-scripts/trunk/sysconfig/network-scripts/ifup-vlan
Log:
GVRP default on on vlans

Modified: rc-scripts/trunk/sysconfig/network-scripts/ifup-vlan
==============================================================================
--- rc-scripts/trunk/sysconfig/network-scripts/ifup-vlan        (original)
+++ rc-scripts/trunk/sysconfig/network-scripts/ifup-vlan        Fri Mar  4 
14:37:09 2011
@@ -66,8 +66,8 @@
        /sbin/ip link add link ${VLAN_DEV} name ${DEVICE} type vlan id 
${VLAN_ID}
        # default yes
        is_no "${VLAN_REORDER_HDR}" && VLAN_REORDER_HDR=off || 
VLAN_REORDER_HDR=on
-       # default no
-       is_yes "$VLAN_GVRP" && VLAN_GVRP=on || VLAN_GVRP=off
+       # default yes
+       is_no "$VLAN_GVRP" && VLAN_GVRP=off || VLAN_GVRP=on
        /sbin/ip link set ${DEVICE} type vlan reorder_hdr ${VLAN_REORDER_HDR} 
gvrp ${VLAN_GVRP}
 elif [ -x /sbin/vconfig ]; then
        /sbin/vconfig set_name_type DEV_PLUS_VID_NO_PAD
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to