Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135497
b: refs/heads/master
c: 95ba434
h: refs/heads/master
i:
  135495: 29cea48
v: v3
  • Loading branch information
Scott James Remnant authored and Patrick McHardy committed Mar 16, 2009
1 parent 2d8a717 commit 5dd7df6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 26c3b6780618f09abb5f7e03b09b13dbb8e8aa24
refs/heads/master: 95ba434f898c3cb5c7457dce265bf0ab72ba8ce9
2 changes: 2 additions & 0 deletions trunk/net/ipv4/netfilter/ip_queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
#include <linux/proc_fs.h>
#include <linux/seq_file.h>
#include <linux/security.h>
#include <linux/net.h>
#include <linux/mutex.h>
#include <net/net_namespace.h>
#include <net/sock.h>
Expand Down Expand Up @@ -640,6 +641,7 @@ static void __exit ip_queue_fini(void)
MODULE_DESCRIPTION("IPv4 packet queue handler");
MODULE_AUTHOR("James Morris <jmorris@intercode.com.au>");
MODULE_LICENSE("GPL");
MODULE_ALIAS_NET_PF_PROTO(PF_NETLINK, NETLINK_FIREWALL);

module_init(ip_queue_init);
module_exit(ip_queue_fini);

0 comments on commit 5dd7df6

Please sign in to comment.