Annotation of embedaddon/strongswan/testing/hosts/sun/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.2
! 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::2
! 12: netmask 16
! 13:
! 14: auto eth1
! 15: iface eth1 inet static
! 16: address 10.2.0.1
! 17: netmask 255.255.0.0
! 18: broadcast 10.2.255.255
! 19: iface eth1 inet6 static
! 20: address fec2::1
! 21: netmask 16
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>