On GNU/kFreeBSD ifconfig and route commands are available.
The syntax is (should be) the same as in upstream:
http://www.freebsd.org/cgi/man.cgi?query=ifconfig
http://www.freebsd.org/cgi/man.cgi?query=route
So it's mostly compatible with Linux ifconfig/route?
Mostly, but see [1], i.e.
Linux:
ifconfig bge0 add 2001:fake:beef::1/64
route add -A inet6 default 2001:fake:beef::1/80 bge0
GNU/kFreeBSD:
ifconfig bge0 add inet6 2001:fake:beef::1/64
route add -inet6 default 2001:fake:beef::1/80
[1] http://lists.debian.org/debian-bsd/2010/12/msg00007.html
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org