summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Yann Wettengel <niyawe@niyawe.de>2017-08-10 14:21:53 +0200
committerNiklas Yann Wettengel <niyawe@niyawe.de>2017-08-10 14:21:53 +0200
commit331fe0ad34e213ca5bb69ebc35445e1509e4d3db (patch)
tree949a1f0d64fa47884847c61bad597ad7fbdea7c4
parent428cb1a287e9003420c042d4a6330ac5e91f3ff5 (diff)
fixed rule for ipv6 net
-rwxr-xr-xroles/configure_static_routes/files/ffmyk-iproute.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/configure_static_routes/files/ffmyk-iproute.sh b/roles/configure_static_routes/files/ffmyk-iproute.sh
index 6e8f964..75fcc10 100755
--- a/roles/configure_static_routes/files/ffmyk-iproute.sh
+++ b/roles/configure_static_routes/files/ffmyk-iproute.sh
@@ -6,3 +6,4 @@ ip -6 rule add from all fwmark 0x1 table ffmyk priority 10
#Alles mit Freifunk-IP - woher auch immer - gehört zu Tabelle ffmyk
#ip -4 rule add from 10.222.0.0/16 table ffmyk
ip -6 rule add from 2001:470:cd45:FF00::/56 table ffmyk priority 190
+ip -6 rule add to 2001:470:cd45:FF00::/56 table ffmyk priority 190