Hello,
I noticed this:
speed# netstat -rnfinet
Routing tables
Internet:
Destination Gateway Flags Refs Use Netif Expire
127.0.0.1 link#4 UH 0 0 lo0
192.168.1.0/24 link#6 U 1 193 wlan0
192.168.1.6 link#4 UHS 0 0 lo0
speed# setfib 1 netstat -rnfinet
Routing tables
Internet:
Destination Gateway Flags Refs Use Netif Expire
127.0.0.1 link#4 UH 0 0 lo0
192.168.1.0/24 link#6 U 0 0 wlan0
speed#
The routing entry for 192.168.1.6 is missing from the second
routing table. 192.168.1.6 is actually routed through lo0 on
every FIB. But, for formality reasons, shouldn't it be there,
appearing when one examines the routing table?
Nikos
_______________________________________________
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "freebsd-net-unsubscr...@freebsd.org"