[NETFILTER]: ip_queue/nfnetlink_queue: drop bridge port references when dev disappears
authorPatrick McHardy <kaber@trash.net>
Tue, 27 Jun 2006 10:01:48 +0000 (03:01 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 29 Jun 2006 23:57:48 +0000 (16:57 -0700)
commitef47c6a7b8e36e3b160433673b1b68db799aabcd
treee79198a36e216e29bb31588b0a9d69d476399f5c
parent1c7e47726a88303e4cfa2785f0a357bf1ceecee1
[NETFILTER]: ip_queue/nfnetlink_queue: drop bridge port references when dev disappears

When a device that is acting as a bridge port is unregistered, the
ip_queue/nfnetlink_queue notifier doesn't check if its one of
physindev/physoutdev and doesn't release the references if it is.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/netfilter/ip_queue.c
net/netfilter/nfnetlink_queue.c