Use defines when possible

This commit is contained in:
Leo Krueger 2014-04-26 12:14:18 +02:00
commit 2c090c74ee

View file

@ -135,31 +135,31 @@ template bgp peers {
# remove entry of this specific gateway # remove entry of this specific gateway
protocol bgp srv01 from locals { protocol bgp srv01 from locals {
neighbor 10.112.1.1 as 65112; neighbor 10.112.1.1 as ownas;
}; };
protocol bgp hamburg01 from locals { protocol bgp hamburg01 from locals {
neighbor 10.112.14.1 as 65112; neighbor 10.112.14.1 as ownas;
}; };
protocol bgp hamburg07 from locals { protocol bgp hamburg07 from locals {
neighbor 10.112.16.1 as 65112; neighbor 10.112.16.1 as ownas;
}; };
protocol bgp hamburg08 from locals { protocol bgp hamburg08 from locals {
neighbor 10.112.22.1 as 65112; neighbor 10.112.22.1 as ownas;
}; };
protocol bgp hamburg09 from locals { protocol bgp hamburg09 from locals {
neighbor 10.112.24.1 as 65112; neighbor 10.112.24.1 as ownas;
}; };
protocol bgp hamburg11 from locals { protocol bgp hamburg11 from locals {
neighbor 10.112.28.1 as 65112; neighbor 10.112.28.1 as ownas;
}; };
protocol bgp hamburg12 from locals { protocol bgp hamburg12 from locals {
neighbor 10.112.30.1 as 65112; neighbor 10.112.30.1 as ownas;
}; };
### icvpn peerings ### ### icvpn peerings ###