OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / freeswan / testing / baseconfigs / net.west.sh
1 #
2 # $Id: net.west.sh,v 1.2 2001/10/08 22:22:40 mcr Exp $
3 #
4
5 if [ -n "$UML_private_CTL" ]
6 then
7     net_eth0="eth0=daemon,10:00:00:ab:cd:ff,unix,$UML_private_CTL,$UML_private_DATA";
8 else
9     net_eth0="eth0=mcast,10:00:00:ab:cd:ff,239.192.0.2,40800";
10 fi
11
12 if [ -n "$UML_public_CTL" ]
13 then
14     net_eth1="eth1=daemon,10:00:00:64:64:45,unix,$UML_public_CTL,$UML_public_DATA";
15 else
16     net_eth1="eth1=mcast,10:00:00:64:64:45,239.192.1.2,31200";
17 fi
18
19 net="$net_eth0 $net_eth1"
20
21
22