OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / freeswan / testing / baseconfigs / net.nic.sh
1 #
2 # $Id: net.nic.sh,v 1.1 2001/11/07 21:51:59 mcr Exp $
3 #
4 if [ -n "$UML_public_CTL" ]
5 then
6     net_eth0="eth0=daemon,10:00:00:de:ad:ba,unix,$UML_public_CTL,$UML_public_DATA";
7 else
8     net_eth0="eth0=mcast,10:00:00:de:ad:ba,239.192.1.2,31200";
9 fi
10
11 net="$net_eth0"
12
13
14
15