File:  [ELWIX - Embedded LightWeight unIX -] / libaitcfg / example / 010.wan.sh
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Wed Apr 4 11:33:13 2012 UTC (12 years, 1 month ago) by misho
Branches: cfg5_0
add test boot script

#!/bin/sh

IFACE="rl0"

MEDIA="autoselect"

OPT=""
IP=""

echo "Config Ethernet-WAN network interface $IFACE ..."
ifconfig $IFACE inet $IP media $MEDIA $OPT up
dhclient $IFACE

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