diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-04-12 17:11:25 +0200 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-04-12 17:11:25 +0200 |
commit | 8cd568575539244fd1d5e34ee1ee0a876eba5245 (patch) | |
tree | a42c9c67d33f82ea8c8340175cc674b80afec6d3 | |
parent | f6f27ff950647adad857b01a7129eeb06f8e32b2 (diff) |
add ula prefix to ip rules
-rwxr-xr-x | roles/configure_static_routes/files/ffmyk-iproute.sh | 1 |
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 de56020..b0ce1a0 100755 --- a/roles/configure_static_routes/files/ffmyk-iproute.sh +++ b/roles/configure_static_routes/files/ffmyk-iproute.sh @@ -14,3 +14,4 @@ ip -4 rule add to 10.222.64.0/18 table ffmyk priority 10 ip -4 rule add to 10.222.128.0/17 table ffmyk priority 10 ip -6 rule add to 2001:470:cd45:ff00::/56 table ffmyk priority 10 ip -6 rule add to 2a03:2260:1016::/48 table ffmyk priority 10 +ip -6 rule add to fd62:44e1:da::/48 table ffmyk priority 10 |