Displaying 1 result from an estimated 1 matches for "0b0b0b0b".
2011 Nov 16
2
Where is source address info of a route kept?
...source.
# ip route add 11.11.11.11 via 192.168.5.148 src 192.168.5.217
And the ip route show command shows that it knows the source.
# ip route show
11.11.11.11 via 192.168.5.148 dev eth0 src 192.168.5.217
But where is the source address kept? If I look at /proc/net/route,
it shows the route (0B0B0B0B = 11.11.11.11), but not the source
address.
# cat /proc/net/route
Iface Destination Gateway Flags RefCnt Use Metric Mask MTU Window IRTT
eth0 0B0B0B0B 9405A8C0 0007 0 0 0 FFFFFFFF 0 0 0
...
Where is the source address kept?
--
Dale Dellutri