OSDN Git Service

2013.10.24
[uclinux-h8/uClinux-dist.git] / freeswan / testing / baseconfigs / net.east.sh
1 #
2 # $Id: net.east.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:ff,unix,$UML_private_CTL,$UML_private_DATA";
7 else
8     net_eth0="eth0=mcast,10:00:00:dc:bc:ff,239.192.0.1,21200"
9 fi
10
11 if [ -n "$UML_public_CTL" ]
12 then
13     net_eth1="eth1=daemon,10:00:00:64:64:23,unix,$UML_public_CTL,$UML_public_DATA";
14 else
15     net_eth1="eth1=mcast,10:00:00:64:64:23,239.192.1.2,31200";
16 fi
17
18 net="$net_eth0 $net_eth1"
19
20
21
22