Return to 014.etherip.stop CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / uboot / rc.d |
1.1.2.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