Annotation of embedaddon/strongswan/testing/hosts/alice/etc/network/interfaces, revision 1.1.1.1

1.1       misho       1: auto lo
                      2: iface lo inet loopback
                      3: 
                      4: auto eth0
                      5: iface eth0 inet static
                      6:        address 10.1.0.10
                      7:        netmask 255.255.0.0
                      8:        broadcast 10.1.255.255
                      9:        gateway 10.1.0.1
                     10: iface eth0 inet6 static
                     11:        address fec1::10
                     12:        netmask 16
                     13: 
                     14: iface eth1 inet static
                     15:        address 192.168.0.50
                     16:        netmask 255.255.255.0
                     17:        broadcast 192.168.0.255
                     18: iface eth1 inet6 static
                     19:        address fec0::5
                     20:        netmask 16

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