Annotation of embedaddon/strongswan/testing/hosts/bob/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 10.2.0.10
        !             7:        netmask 255.255.0.0
        !             8:        broadcast 10.2.255.255
        !             9:        gateway 10.2.0.1
        !            10: iface eth0 inet6 static
        !            11:        address fec2::10
        !            12:        netmask 16

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