From 04dbd85d22f8bc6c87566d2cab84fab58cba34a0 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Sun, 23 Jun 2024 12:30:05 +0200 Subject: babel: export static routes --- roles/uvok_bird/templates/clearnet.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roles/uvok_bird') 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 %} -- cgit v1.2.3