--- elwix/config/etc/default/rc.d/009.aggr_dev.stop 2013/01/28 10:42:47 1.3 +++ elwix/config/etc/default/rc.d/009.aggr_dev.stop 2013/01/28 20:45:33 1.4 @@ -3,7 +3,7 @@ # (C)`13 ELWIX network aggregation device appliance # by Michael Pounov # -# $Id: 009.aggr_dev.stop,v 1.3 2013/01/28 10:42:47 misho Exp $ +# $Id: 009.aggr_dev.stop,v 1.4 2013/01/28 20:45:33 misho Exp $ IFACES="" LANPORT="" @@ -21,7 +21,8 @@ select_eth() for i in $IFACES; do ISETH=$(ifconfig $i | grep "ether") - if [ -n "$ISETH" ]; then + ISVLAN=$(ifconfig $i | grep "vlan") + if [ -n "$ISETH" -a -z "$ISVLAN" ]; then RETIF="$RETIF $i" fi done