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

11 lines
267 B
Plaintext

protocol bgp '<%= @name %>' {
local as <%= @local_as_number %>;
neighbor <%= @remote_ipaddr %> as <%= @remote_as_number %>;
description "Ext. peer <%= @name %>";
multihop;
import none;
export all;
next hop keep;
source address <%= @local_ipaddr %>;
}