diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2017-08-12 23:48:02 +0200 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2017-08-12 23:48:02 +0200 |
commit | 0f8af08cd75bf7cc369b7c4ba87a7d4311f16add (patch) | |
tree | 74b93a107f0dbe9d2b126558ac616029f17a3710 /roles/configure_static_routes/templates/ffmyk-iproute-up.j2 | |
parent | 5fed801449c8210324376d0e31663a8fbb84a0e4 (diff) |
fixed backbone routingnetsplit
Diffstat (limited to 'roles/configure_static_routes/templates/ffmyk-iproute-up.j2')
-rw-r--r-- | roles/configure_static_routes/templates/ffmyk-iproute-up.j2 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/roles/configure_static_routes/templates/ffmyk-iproute-up.j2 b/roles/configure_static_routes/templates/ffmyk-iproute-up.j2 index e97f8bc..47af244 100644 --- a/roles/configure_static_routes/templates/ffmyk-iproute-up.j2 +++ b/roles/configure_static_routes/templates/ffmyk-iproute-up.j2 @@ -4,8 +4,6 @@ ip -4 rule add iif bat{{ item.name }} table ffmyk priority 10 ip -6 rule add iif bat{{ item.name }} table ffmyk priority 10 ip -4 rule add from {{ item.net4 }} table ffmyk priority 10 ip -6 rule add from {{ item.net6 }} table ffmyk priority 10 -ip -4 rule add to {{ item.net4 }} table ffmyk priority 10 -ip -6 rule add to {{ item.net6 }} table ffmyk priority 10 ip -4 rule add from all iif bat{{ item.name }} type unreachable priority 200 ip -6 rule add from all iif bat{{ item.name }} type unreachable priority 200 |