local4.conf needs to be included before its variables are used...
This commit is contained in:
parent
f9215518f7
commit
0ddbd33d33
|
@ -3,6 +3,9 @@ log "/var/log/bird.log" { debug, trace, info, remote, warning, error, auth, fata
|
||||||
table T_BGP;
|
table T_BGP;
|
||||||
table T_OSPF;
|
table T_OSPF;
|
||||||
|
|
||||||
|
include "/etc/bird/local4.conf";
|
||||||
|
include "/etc/bird/filter4.conf";
|
||||||
|
|
||||||
protocol device {
|
protocol device {
|
||||||
scan time 10;
|
scan time 10;
|
||||||
}
|
}
|
||||||
|
@ -26,8 +29,6 @@ protocol kernel {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
include "/etc/bird/local4.conf";
|
|
||||||
include "/etc/bird/filter4.conf";
|
|
||||||
include "/etc/bird/community_filters.conf";
|
include "/etc/bird/community_filters.conf";
|
||||||
include "/etc/bird/ospf4.conf";
|
include "/etc/bird/ospf4.conf";
|
||||||
include "/etc/bird/bgp4.conf";
|
include "/etc/bird/bgp4.conf";
|
||||||
|
|
Loading…
Reference in a new issue