World IPv6 Launch: this time it's for real (ars technica)
Posted Jan 20, 2012 9:57 UTC (Fri) by
jengelh (subscriber, #33263)
In reply to:
World IPv6 Launch: this time it's for real (ars technica) by paravoid
Parent article:
World IPv6 Launch: this time it's for real (ars technica)
Just use this patch and push it with all your might to the maintainers, and you get the secure-by-default variant.
diff --git a/net/ipv6/netfilter/ip6table_filter.c b/net/ipv6/netfilter/ip6table_filter.c
index c9e37c8..7915be9 100644
--- a/net/ipv6/netfilter/ip6table_filter.c
+++ b/net/ipv6/netfilter/ip6table_filter.c
@@ -43,8 +43,7 @@ ip6table_filter_hook(unsigned int hook, struct sk_buff *skb,
static struct nf_hook_ops *filter_ops __read_mostly;
-/* Default to forward because I got too much mail already. */
-static int forward = NF_ACCEPT;
+static int forward = NF_DROP;
module_param(forward, bool, 0000);
static int __net_init ip6table_filter_net_init(struct net *net)
(
Log in to post comments)