diff options
author | Patrick McHardy <kaber@trash.net> | 2010-05-11 14:40:48 +0200 |
---|---|---|
committer | Patrick McHardy <kaber@trash.net> | 2010-05-11 14:40:48 +0200 |
commit | c476efbcde5ba58b81ac752f4a894d6db8e17d94 (patch) | |
tree | 69aea7351adf2ae537e4d6ec76e1cc0799a16593 /include/linux/tc_act | |
parent | d250fe91ae129bff0968e685cc9c466d3a5e3482 (diff) | |
download | talos-obmc-linux-c476efbcde5ba58b81ac752f4a894d6db8e17d94.tar.gz talos-obmc-linux-c476efbcde5ba58b81ac752f4a894d6db8e17d94.zip |
ipv6: ip6mr: move unres_queue and timer to per-namespace data
The unres_queue is currently shared between all namespaces. Following patches
will additionally allow to create multiple multicast routing tables in each
namespace. Having a single shared queue for all these users seems to excessive,
move the queue and the cleanup timer to the per-namespace data to unshare it.
As a side-effect, this fixes a bug in the seq file iteration functions: the
first entry returned is always from the current namespace, entries returned
after that may belong to any namespace.
Signed-off-by: Patrick McHardy <kaber@trash.net>
Diffstat (limited to 'include/linux/tc_act')
0 files changed, 0 insertions, 0 deletions