diff options
author | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-02-25 23:19:15 +0100 |
---|---|---|
committer | Niklas Yann Wettengel <niyawe@niyawe.de> | 2018-02-25 23:19:15 +0100 |
commit | 78d31cce2c3a93e29f66547b694acfd3064144db (patch) | |
tree | a00f4f9031549e0d64321b49aaaa7ee9ecb9f1d1 /roles/install_babeld/templates/babeld.conf.j2 | |
parent | 6dd3a22f2f630dacc66bf4380785bbff9dbeb8a9 (diff) |
increase mullvad metric
Diffstat (limited to 'roles/install_babeld/templates/babeld.conf.j2')
-rw-r--r-- | roles/install_babeld/templates/babeld.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/install_babeld/templates/babeld.conf.j2 b/roles/install_babeld/templates/babeld.conf.j2 index 2250fc0..dc9b4e8 100644 --- a/roles/install_babeld/templates/babeld.conf.j2 +++ b/roles/install_babeld/templates/babeld.conf.j2 @@ -54,7 +54,7 @@ import-table 42 #in deny {% if 'mullvad_uplink' in group_names %} -redistribute if mullvad metric 128 +redistribute if mullvad metric 256 {% endif %} {% if 'ffrl_uplink' in group_names %} {% for peer in ffrl_peers %} |