From 21603848083c7bf79fe6d4f3ec3c2b4b18091db3 Mon Sep 17 00:00:00 2001 From: ohrensessel Date: Wed, 27 Aug 2014 15:43:30 +0200 Subject: [PATCH] add second rule for ipv6 policy routing --- manifests/init.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/init.pp b/manifests/init.pp index 84b96c2..da3c5cb 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -506,6 +506,7 @@ class ff_gw::iptables { /sbin/ip rule add from all fwmark 0x1 table 42 /sbin/ip -6 rule add from all fwmark 0x1 table 42 /bin/echo 8192 > /sys/module/nf_conntrack/parameters/hashsize +/sbin/ip -6 rule add priority 30000 from all fwmark 0x1 table 43 exit 0'; } ~>