Use defines when possible
This commit is contained in:
parent
9bc4efe0d4
commit
2c090c74ee
14
bird.conf
14
bird.conf
|
@ -135,31 +135,31 @@ template bgp peers {
|
|||
# remove entry of this specific gateway
|
||||
|
||||
protocol bgp srv01 from locals {
|
||||
neighbor 10.112.1.1 as 65112;
|
||||
neighbor 10.112.1.1 as ownas;
|
||||
};
|
||||
|
||||
protocol bgp hamburg01 from locals {
|
||||
neighbor 10.112.14.1 as 65112;
|
||||
neighbor 10.112.14.1 as ownas;
|
||||
};
|
||||
|
||||
protocol bgp hamburg07 from locals {
|
||||
neighbor 10.112.16.1 as 65112;
|
||||
neighbor 10.112.16.1 as ownas;
|
||||
};
|
||||
|
||||
protocol bgp hamburg08 from locals {
|
||||
neighbor 10.112.22.1 as 65112;
|
||||
neighbor 10.112.22.1 as ownas;
|
||||
};
|
||||
|
||||
protocol bgp hamburg09 from locals {
|
||||
neighbor 10.112.24.1 as 65112;
|
||||
neighbor 10.112.24.1 as ownas;
|
||||
};
|
||||
|
||||
protocol bgp hamburg11 from locals {
|
||||
neighbor 10.112.28.1 as 65112;
|
||||
neighbor 10.112.28.1 as ownas;
|
||||
};
|
||||
|
||||
protocol bgp hamburg12 from locals {
|
||||
neighbor 10.112.30.1 as 65112;
|
||||
neighbor 10.112.30.1 as ownas;
|
||||
};
|
||||
|
||||
### icvpn peerings ###
|
||||
|
|
Loading…
Reference in a new issue