فهرست منبع

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

Till Klocke 9 سال پیش
والد
کامیت
e1e13d2e92
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      roles/internal/ffdo.bird/templates/bird.conf.j2
  2. 1 1
      roles/internal/ffdo.bird/templates/bird6.conf.j2

+ 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;