[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20140731.120604.1650999676882971183.davem@davemloft.net>
Date: Thu, 31 Jul 2014 12:06:04 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: equinox@...c24.net
Cc: hannes@...essinduktion.org, netdev@...r.kernel.org,
stephen@...workplumber.org
Subject: Re: [PATCH net-next] ipv6: addrconf: fix mcast route for GRE
devices
From: David Lamparter <equinox@...c24.net>
Date: Wed, 30 Jul 2014 19:35:44 +0200
> This is RT6_TABLE_LOCAL. Most people aren't even aware it exists. And
> even though I can't find a reference for it, my memory tells me that
> "table local" is supposed to be under the kernel's authority.
The origin of local routing tables (both in ipv4 and ipv6) has more to
do with internal implementation issues rather than issues pertaining
to how the user should or should not manipulate routes.
It's basically an optimization for local packet delivery, since the
local routing tables get consulted first. Secondly, separation of
local and non-local routes into different tables theoretically makes
those tables less dense and thus resulting in faster lookups.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists