DragonFly bugs List (threaded) for 2007-12
[
Date Prev][Date Next]
[
Thread Prev][Thread Next]
[
Date Index][
Thread Index]
Re: [issue901] route show prints weird results
:New submission from Simon 'corecode' Schubert <corecode@fs.ei.tum.de>:
:
:when executing `route show' on my MP system, I will get varying results.=20
:Additionally, it will print all temporary route entries as well, even for h=
:osts
:outside the local network.
Its because its dumping the route table for a particular cpu (whichever
one it happens to be running on). Any fixed routes should always show
the same, but temporary routes are not replicated (if I remember properly)
because this allows the TCP stack, which is cpu-localized based on IP
addresses, to cache routes locally and not bloat the route table for
every cpu.
So, if you see different static routes there's a problem, but if you see
different temporary routes it should be ok.
-Matt
[
Date Prev][Date Next]
[
Thread Prev][Thread Next]
[
Date Index][
Thread Index]