File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / rc.d / Attic / 014.etherip.stop
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Jul 5 23:43:00 2011 UTC (13 years ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

    1: #!/bin/sh
    2: 
    3: IFACE="gif0"
    4: 
    5: TUNNEL="172.31.1.1 172.31.1.2"
    6: 
    7: OPT="mtu 1500"
    8: 
    9: echo "Config GIF-EtherOverIP network interface $IFACE ..."
   10: ifconfig $IFACE create
   11: ifconfig $IFACE tunnel $TUNNEL
   12: ifconfig $IFACE $OPT up

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>