summaryrefslogtreecommitdiff
path: root/data/templates/frr/rip.frr.tmpl
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-02-10 21:05:52 +0100
committerChristian Poessinger <christian@poessinger.com>2021-02-10 21:05:52 +0100
commita72ea95cb276e13713e4a6433707e368ce8ee8fa (patch)
tree5578b1603e6346a4d8cccae261e57848d0f11bb6 /data/templates/frr/rip.frr.tmpl
parente94376ea29218de0368343262fcc110b35a2143e (diff)
downloadvyos-1x-a72ea95cb276e13713e4a6433707e368ce8ee8fa.tar.gz
vyos-1x-a72ea95cb276e13713e4a6433707e368ce8ee8fa.zip
rip: T2547: fix indention of distribute-list in FRR template
Diffstat (limited to 'data/templates/frr/rip.frr.tmpl')
-rw-r--r--data/templates/frr/rip.frr.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/templates/frr/rip.frr.tmpl b/data/templates/frr/rip.frr.tmpl
index c0d062fc6..50db2e9de 100644
--- a/data/templates/frr/rip.frr.tmpl
+++ b/data/templates/frr/rip.frr.tmpl
@@ -114,10 +114,10 @@ router rip
{% endif %}
{% if distribute_list.prefix_list is defined and distribute_list.prefix_list is not none %}
{% if distribute_list.prefix_list.in is defined and distribute_list.prefix_list.in is not none %}
-distribute-list prefix {{ distribute_list.prefix_list.in }} in
+ distribute-list prefix {{ distribute_list.prefix_list.in }} in
{% endif %}
{% if distribute_list.prefix_list.out is defined and distribute_list.prefix_list.out is not none %}
-distribute-list prefix {{ distribute_list.prefix_list.out }} out
+ distribute-list prefix {{ distribute_list.prefix_list.out }} out
{% endif %}
{% endif %}
{% endif %}