diff options
-rw-r--r-- | data/templates/frr/bgp.frr.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/frr/bgp.frr.tmpl b/data/templates/frr/bgp.frr.tmpl index 523fe75e3..673539c1a 100644 --- a/data/templates/frr/bgp.frr.tmpl +++ b/data/templates/frr/bgp.frr.tmpl @@ -153,6 +153,9 @@ {% endmacro %} ! router bgp {{ asn }} +{# Disable eBGP policy by default until there is a CLI option #} +{# https://phabricator.vyos.net/T3183 & https://phabricator.vyos.net/T2100 #} + no bgp ebgp-requires-policy {% if address_family is defined and address_family is not none %} {% for af in address_family %} ! |