fuel-plugin-calico/deployment_scripts/puppet/modules/calico/templates/bird-peer-compute.conf.erb

11 lines
262 B
Plaintext

protocol bgp '<%= @name %>' {
local as <%= @local_as_number %>;
neighbor <%= @remote_ipaddr %> as <%= @remote_as_number %>;
description "RR-client <%= @name %>";
multihop;
rr client;
import all;
export all;
source address <%= @local_ipaddr %>;
}