Annotation of elwix/config/etc/default/rc.d/014.etherip.stop, revision 1.1.1.1

1.1       misho       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>