controllers: evpn : remove "no bgp ebgp-requires-policy"

It's already disabled in the default datacenter profile since frr 7.4

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
Alexandre Derumier 2022-02-11 10:33:29 +01:00 committed by Thomas Lamprecht
parent 96794fd6ce
commit 57e463046e
4 changed files with 0 additions and 6 deletions

View file

@ -89,7 +89,6 @@ sub generate_controller_config {
@controller_config = ();
if($ebgp) {
push @controller_config, "no bgp ebgp-requires-policy";
push @controller_config, "bgp disable-ebgp-connected-route-check" if $loopback;
}

View file

@ -148,7 +148,6 @@ sub generate_controller_zone_config {
#main vrf router
@controller_config = ();
push @controller_config, "bgp router-id $ifaceip";
push @controller_config, "no bgp ebgp-requires-policy" if $ebgp;
# push @controller_config, "!";
push(@{$config->{frr}->{router}->{"bgp $asn vrf $vrf"}->{""}}, @controller_config);

View file

@ -19,7 +19,6 @@ router bgp 65001
neighbor VTEP bfd
neighbor 192.168.0.2 peer-group VTEP
neighbor 192.168.0.3 peer-group VTEP
no bgp ebgp-requires-policy
neighbor BGP peer-group
neighbor BGP remote-as external
neighbor BGP bfd
@ -41,7 +40,6 @@ router bgp 65001
!
router bgp 65001 vrf vrf_myzone
bgp router-id 192.168.0.1
no bgp ebgp-requires-policy
!
address-family l2vpn evpn
route-target import 65000:1000

View file

@ -23,7 +23,6 @@ router bgp 65001
neighbor VTEP update-source dummy1
neighbor 192.168.0.2 peer-group VTEP
neighbor 192.168.0.3 peer-group VTEP
no bgp ebgp-requires-policy
bgp disable-ebgp-connected-route-check
neighbor BGP peer-group
neighbor BGP remote-as external
@ -46,7 +45,6 @@ router bgp 65001
!
router bgp 65001 vrf vrf_myzone
bgp router-id 192.168.0.1
no bgp ebgp-requires-policy
!
address-family l2vpn evpn
route-target import 65000:1000