aboutsummaryrefslogtreecommitdiffstats
path: root/net/bridge
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2010-02-28 17:22:04 -0500
committerPatrick McHardy <kaber@trash.net>2010-03-17 10:53:11 -0400
commit8244f4baf5e1793a75a1d4409efc3e2d9d71c9cb (patch)
tree60e4936fbda58f0f65336a09cde7ca6f7eaec032 /net/bridge
parent408ffaa4a11ddd6f730be520479fd5cd890c57d3 (diff)
netfilter: ebt_ip6: add principal maintainer in a MODULE_AUTHOR tag
Cc: Kuo-Lang Tseng <kuo-lang.tseng@intel.com> Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
Diffstat (limited to 'net/bridge')
-rw-r--r--net/bridge/netfilter/ebt_ip6.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bridge/netfilter/ebt_ip6.c b/net/bridge/netfilter/ebt_ip6.c
index 4cb60f1ae7ad..05d0d0c4ccb9 100644
--- a/net/bridge/netfilter/ebt_ip6.c
+++ b/net/bridge/netfilter/ebt_ip6.c
@@ -139,4 +139,5 @@ static void __exit ebt_ip6_fini(void)
139module_init(ebt_ip6_init); 139module_init(ebt_ip6_init);
140module_exit(ebt_ip6_fini); 140module_exit(ebt_ip6_fini);
141MODULE_DESCRIPTION("Ebtables: IPv6 protocol packet match"); 141MODULE_DESCRIPTION("Ebtables: IPv6 protocol packet match");
142MODULE_AUTHOR("Kuo-Lang Tseng <kuo-lang.tseng@intel.com>");
142MODULE_LICENSE("GPL"); 143MODULE_LICENSE("GPL");