summaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-4.4/615-netfilter_add_xt_id_match.patch
diff options
context:
space:
mode:
Diffstat (limited to 'target/linux/generic/patches-4.4/615-netfilter_add_xt_id_match.patch')
-rw-r--r--target/linux/generic/patches-4.4/615-netfilter_add_xt_id_match.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/patches-4.4/615-netfilter_add_xt_id_match.patch b/target/linux/generic/patches-4.4/615-netfilter_add_xt_id_match.patch
index 8ee29a791b..b403c79a07 100644
--- a/target/linux/generic/patches-4.4/615-netfilter_add_xt_id_match.patch
+++ b/target/linux/generic/patches-4.4/615-netfilter_add_xt_id_match.patch
@@ -51,7 +51,7 @@
+/*
+ * Implements a dummy match to allow attaching IDs to rules
+ *
-+ * 2014-08-01 Jo-Philipp Wich <jow@openwrt.org>
++ * 2014-08-01 Jo-Philipp Wich <jo@mein.io>
+ */
+
+#include <linux/module.h>
@@ -59,7 +59,7 @@
+#include <linux/netfilter/x_tables.h>
+#include <linux/netfilter/xt_id.h>
+
-+MODULE_AUTHOR("Jo-Philipp Wich <jow@openwrt.org>");
++MODULE_AUTHOR("Jo-Philipp Wich <jo@mein.io>");
+MODULE_DESCRIPTION("Xtables: No-op match which can be tagged with a 32bit ID");
+MODULE_LICENSE("GPL");
+MODULE_ALIAS("ipt_id");