summaryrefslogtreecommitdiff
path: root/roles/uvok_bird/templates/clearnet.conf.j2
diff options
context:
space:
mode:
authoruvok cheetah2024-06-23 12:30:05 +0200
committeruvok cheetah2024-06-23 12:31:06 +0200
commit04dbd85d22f8bc6c87566d2cab84fab58cba34a0 (patch)
tree994bbd34e7713908a097ab7e6bd3bc7f6ca92417 /roles/uvok_bird/templates/clearnet.conf.j2
parent791a2314b1886d5d1497a8b82e72a6699cda56a3 (diff)
babel: export static routes
Diffstat (limited to 'roles/uvok_bird/templates/clearnet.conf.j2')
-rw-r--r--roles/uvok_bird/templates/clearnet.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/uvok_bird/templates/clearnet.conf.j2 b/roles/uvok_bird/templates/clearnet.conf.j2
index 7abb0cd..62b699d 100644
--- a/roles/uvok_bird/templates/clearnet.conf.j2
+++ b/roles/uvok_bird/templates/clearnet.conf.j2
@@ -100,7 +100,7 @@ protocol babel p_myas_babel {
ipv6 {
table t_myas_babel;
import where source ~ [RTS_DEVICE, RTS_BABEL];
- export where source ~ [RTS_DEVICE, RTS_BABEL];
+ export where source ~ [RTS_DEVICE, RTS_BABEL, RTS_STATIC];
};
{% for babif in uvok_bird_opts.babel_if_names %}