--- elwix/config/etc/default/rc.d/009.aggr_dev.stop 2013/01/28 01:47:36 1.2 +++ elwix/config/etc/default/rc.d/009.aggr_dev.stop 2013/05/07 20:46:48 1.5 @@ -3,7 +3,7 @@ # (C)`13 ELWIX network aggregation device appliance # by Michael Pounov # -# $Id: 009.aggr_dev.stop,v 1.2 2013/01/28 01:47:36 misho Exp $ +# $Id: 009.aggr_dev.stop,v 1.5 2013/05/07 20:46:48 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