]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - net/netfilter/nf_nat_core.c
[NETFILTER]: nf_nat: kill global 'destroy' operation
authorYasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Sun, 8 Jul 2007 05:26:16 +0000 (22:26 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 11 Jul 2007 05:17:36 +0000 (22:17 -0700)
commitd8a0509a696de60296a66ba4fe4f9eaade497103
tree6aa00195176f8cd05221e356877ec83d0aa0536c
parentdacd2a1a5cf621288833aa3c6e815b86a1536538
[NETFILTER]: nf_nat: kill global 'destroy' operation

This kills the global 'destroy' operation which was used by NAT.
Instead it uses the extension infrastructure so that multiple
extensions can register own operations.

Signed-off-by: Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/netfilter/nf_conntrack.h
net/ipv4/netfilter/nf_nat_core.c
net/netfilter/nf_conntrack_core.c