Annotation of embedaddon/strongswan/testing/hosts/winnetou/etc/network/interfaces, revision 1.1

1.1     ! misho       1: auto lo
        !             2: iface lo inet loopback
        !             3: 
        !             4: auto eth0
        !             5: iface eth0 inet static
        !             6:        address 192.168.0.150
        !             7:        netmask 255.255.255.0
        !             8:        broadcast 192.168.0.255
        !             9:        gateway 192.168.0.254
        !            10: iface eth0 inet6 static
        !            11:        address fec0::15
        !            12:        netmask 16

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