From 0fdb16e7b0758a835faf8cefe9ff112889379cc9 Mon Sep 17 00:00:00 2001 From: Niklas Yann Wettengel Date: Thu, 16 Sep 2021 23:09:03 +0200 Subject: rm ww net --- roles/configure_static_routes/files/ffmyk-iproute.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'roles/configure_static_routes/files') diff --git a/roles/configure_static_routes/files/ffmyk-iproute.sh b/roles/configure_static_routes/files/ffmyk-iproute.sh index f5a69fa..831d30d 100755 --- a/roles/configure_static_routes/files/ffmyk-iproute.sh +++ b/roles/configure_static_routes/files/ffmyk-iproute.sh @@ -4,7 +4,6 @@ ip -4 rule add from all fwmark 0x1 table ffmyk priority 10 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 to 10.30.0.0/18 table ffmyk priority 10 ip -4 rule add to 10.222.1.0/24 table ffmyk priority 10 ip -4 rule add to 10.222.2.0/23 table ffmyk priority 10 ip -4 rule add to 10.222.4.0/22 table ffmyk priority 10 -- cgit v1.2.3-54-g00ecf