How to destroy all gif interfaces in FreeBSD

To destroy all gif interfaces in FreeBSD (vanilla Bourne shell):

for i in `ifconfig -a | grep gif | grep -v '%' | sed -n -e 's/\(.*\):.*/\1/p'`; do
ifconfig $i destroy
done

Posted in Labels: | |

1 comments:

  1. owkaye Says:

    Simon, I cannot find your email address on your blog so please email me at owkaye (at) gmail (dot) com if you and/or other hacker friends might like to join a new technology startup here in Cebu, thanks.