diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2021-09-16 23:09:03 +0200 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2021-09-16 23:09:03 +0200 |
commit | 0fdb16e7b0758a835faf8cefe9ff112889379cc9 (patch) | |
tree | e9d535f1dc547c50b3f8807f69ab94a227fccc0d /roles/configure_static_routes/files/ffmyk-iproute.sh | |
parent | 1705b3ed49160ba8356a811a694c1a707847469f (diff) |
rm ww net
Diffstat (limited to 'roles/configure_static_routes/files/ffmyk-iproute.sh')
-rwxr-xr-x | roles/configure_static_routes/files/ffmyk-iproute.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 |