All of lore.kernel.org
 help / color / mirror / Atom feed
From: Patrick McHardy <kaber@trash.net>
To: davem@davemloft.net
Cc: netfilter-devel@lists.netfilter.org, Patrick McHardy <kaber@trash.net>
Subject: [NETFILTER 02/06]: arp_tables: missing unregistration on module unload
Date: Thu, 12 Oct 2006 11:54:21 +0200 (MEST)	[thread overview]
Message-ID: <20061012095550.11462.1768.sendpatchset@localhost.localdomain> (raw)
In-Reply-To: <20061012095547.11462.58507.sendpatchset@localhost.localdomain>

[NETFILTER]: arp_tables: missing unregistration on module unload

Signed-off-by: Patrick McHardy <kaber@trash.net>

---
commit 7f7a882296c917251a7936b41ee001e545a09e6c
tree 9cf7af01ce1b1d8e97caa59d6efceeefab9a3b5b
parent c7b1507f3c040c02efa1b955f7180a33a232c4d9
author Patrick McHardy <kaber@trash.net> Wed, 11 Oct 2006 09:24:54 +0200
committer Patrick McHardy <kaber@trash.net> Wed, 11 Oct 2006 09:24:54 +0200

 net/ipv4/netfilter/arp_tables.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/net/ipv4/netfilter/arp_tables.c b/net/ipv4/netfilter/arp_tables.c
index 17e1a68..0849f1c 100644
--- a/net/ipv4/netfilter/arp_tables.c
+++ b/net/ipv4/netfilter/arp_tables.c
@@ -1196,6 +1196,8 @@ err1:
 static void __exit arp_tables_fini(void)
 {
 	nf_unregister_sockopt(&arpt_sockopts);
+	xt_unregister_target(&arpt_error_target);
+	xt_unregister_target(&arpt_standard_target);
 	xt_proto_fini(NF_ARP);
 }
 

  parent reply	other threads:[~2006-10-12  9:54 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-10-12  9:54 [NETFILTER 00/06]: Netfilter fixes Patrick McHardy
2006-10-12  9:54 ` [NETFILTER 01/06]: fix cut-and-paste error in exit functions Patrick McHardy
2006-10-12  9:54 ` Patrick McHardy [this message]
2006-10-12  9:54 ` [NETFILTER 03/06]: ipt_ECN/ipt_TOS: fix incorrect checksum update Patrick McHardy
2006-10-12  9:54 ` [NETFILTER 04/06]: xt_CONNSECMARK: fix Kconfig dependencies Patrick McHardy
2006-10-12  9:54 ` [NETFILTER 05/06]: Update MAINTAINERS entry Patrick McHardy
2006-10-12  9:54 ` [NETFILTER 06/06]: ctnetlink: Remove debugging messages Patrick McHardy
2006-10-12 21:09 ` [NETFILTER 00/06]: Netfilter fixes David Miller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20061012095550.11462.1768.sendpatchset@localhost.localdomain \
    --to=kaber@trash.net \
    --cc=davem@davemloft.net \
    --cc=netfilter-devel@lists.netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.