Browse Source

Merge branch 'master' of github.com:ffdo/ffdo-ansible

Till Klocke 9 years ago
parent
commit
e1e13d2e92

+ 1 - 1
roles/internal/ffdo.bird/templates/bird.conf.j2

@@ -5,7 +5,7 @@
 log syslog all;
 router id {{routerid}};
 
-include "/etc/bird.d/*.cfg"
+include "/etc/bird.d/*.cfg";
 
 protocol direct {
         interface "*";

+ 1 - 1
roles/internal/ffdo.bird/templates/bird6.conf.j2

@@ -5,7 +5,7 @@
 log syslog all;
 router id {{routerid}};
 
-include "/etc/bird6.d/*.cfg"
+include "/etc/bird6.d/*.cfg";
 
 protocol static uplink_hostroute {
    import all;