diff options
Diffstat (limited to 'roles/uvok_bird/templates')
-rw-r--r-- | roles/uvok_bird/templates/clearnet.conf.j2 | 2 |
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 %} |