Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 67073
b: refs/heads/master
c: 73aaf93
h: refs/heads/master
i:
  67071: b1e4fa7
v: v3
  • Loading branch information
Jan Engelhardt authored and David S. Miller committed Oct 11, 2007
1 parent ceaaef4 commit 298f16a
Show file tree
Hide file tree
Showing 9 changed files with 9 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: 17311393f969090ab060540bd9dbe7dc885a76d5
refs/heads/master: 73aaf9355b71d295fd72dc0b93fcdd275c56648f
1 change: 1 addition & 0 deletions trunk/net/netfilter/xt_CLASSIFY.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ MODULE_AUTHOR("Patrick McHardy <kaber@trash.net>");
MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("iptables qdisc classification target module");
MODULE_ALIAS("ipt_CLASSIFY");
MODULE_ALIAS("ip6t_CLASSIFY");

static unsigned int
target(struct sk_buff **pskb,
Expand Down
1 change: 1 addition & 0 deletions trunk/net/netfilter/xt_CONNMARK.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ MODULE_AUTHOR("Henrik Nordstrom <hno@marasytems.com>");
MODULE_DESCRIPTION("IP tables CONNMARK matching module");
MODULE_LICENSE("GPL");
MODULE_ALIAS("ipt_CONNMARK");
MODULE_ALIAS("ip6t_CONNMARK");

#include <linux/netfilter/x_tables.h>
#include <linux/netfilter/xt_CONNMARK.h>
Expand Down
1 change: 1 addition & 0 deletions trunk/net/netfilter/xt_NOTRACK.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

MODULE_LICENSE("GPL");
MODULE_ALIAS("ipt_NOTRACK");
MODULE_ALIAS("ip6t_NOTRACK");

static unsigned int
target(struct sk_buff **pskb,
Expand Down
1 change: 1 addition & 0 deletions trunk/net/netfilter/xt_connbytes.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ MODULE_LICENSE("GPL");
MODULE_AUTHOR("Harald Welte <laforge@netfilter.org>");
MODULE_DESCRIPTION("iptables match for matching number of pkts/bytes per connection");
MODULE_ALIAS("ipt_connbytes");
MODULE_ALIAS("ip6t_connbytes");

static bool
match(const struct sk_buff *skb,
Expand Down
1 change: 1 addition & 0 deletions trunk/net/netfilter/xt_connmark.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ MODULE_AUTHOR("Henrik Nordstrom <hno@marasytems.com>");
MODULE_DESCRIPTION("IP tables connmark match module");
MODULE_LICENSE("GPL");
MODULE_ALIAS("ipt_connmark");
MODULE_ALIAS("ip6t_connmark");

static bool
match(const struct sk_buff *skb,
Expand Down
1 change: 1 addition & 0 deletions trunk/net/netfilter/xt_dccp.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ MODULE_LICENSE("GPL");
MODULE_AUTHOR("Harald Welte <laforge@netfilter.org>");
MODULE_DESCRIPTION("Match for DCCP protocol packets");
MODULE_ALIAS("ipt_dccp");
MODULE_ALIAS("ip6t_dccp");

#define DCCHECK(cond, option, flag, invflag) (!((flag) & (option)) \
|| (!!((invflag) & (option)) ^ (cond)))
Expand Down
1 change: 1 addition & 0 deletions trunk/net/netfilter/xt_sctp.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ MODULE_LICENSE("GPL");
MODULE_AUTHOR("Kiran Kumar Immidi");
MODULE_DESCRIPTION("Match for SCTP protocol packets");
MODULE_ALIAS("ipt_sctp");
MODULE_ALIAS("ip6t_sctp");

#ifdef DEBUG_SCTP
#define duprintf(format, args...) printk(format , ## args)
Expand Down
1 change: 1 addition & 0 deletions trunk/net/netfilter/xt_tcpmss.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ MODULE_LICENSE("GPL");
MODULE_AUTHOR("Marc Boucher <marc@mbsi.ca>");
MODULE_DESCRIPTION("iptables TCP MSS match module");
MODULE_ALIAS("ipt_tcpmss");
MODULE_ALIAS("ip6t_tcpmss");

static bool
match(const struct sk_buff *skb,
Expand Down

0 comments on commit 298f16a

Please sign in to comment.