OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / freeswan / testing / baseconfigs / net.sunrise.sh
1 #
2 # $Id: net.sunrise.sh,v 1.2 2001/10/14 00:09:35 mcr Exp $
3 #
4 if [ -n "$UML_private_CTL" ]
5 then
6     net_eth0="eth0=daemon,10:00:00:dc:bc:01,unix,$UML_private_CTL,$UML_private_DATA";
7 else
8     net_eth0="eth0=mcast,10:00:00:dc:bc:01,239.192.0.1,21200"
9 fi
10
11 net="$net_eth0"
12
13
14