Home | History | Annotate | Download | only in ifconfig

Lines Matching refs:mtu

51 		mtu=$(ifconfig $i | grep "mtu" | sed "s/.*mtu //")
53 if [ -z $mtu ]; then
59 echo "Request: ifconfig $i mtu $j"
60 ifconfig $i mtu $j >/dev/null 2>&1
63 ifconfig $i mtu $mtu
64 echo "Restored the MTU of $i to $mtu"