diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-02-15 17:23:33 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-02-15 17:23:33 +0100 |
commit | dd291b2312f0fca49ae8ad6876e280bc46f45d2e (patch) | |
tree | 9ed5fb84c9e49479c300ce506dd323de07350eb6 /interface-definitions/include/bgp-shutdown.xml.i | |
parent | df7e790df0c71c41455c9e05c0544889110dac0f (diff) | |
download | vyos-1x-dd291b2312f0fca49ae8ad6876e280bc46f45d2e.tar.gz vyos-1x-dd291b2312f0fca49ae8ad6876e280bc46f45d2e.zip |
bgp: T3311: remove remote-as from address-family
When moving from Quagga to FRR the BGP address-family was extended by an
invalid peer-group statement. FRR always moved a configured peer-group
from the AFI level down to the neighbor level.
With the migration to FRR reload we must take care about this by ourselves.
Diffstat (limited to 'interface-definitions/include/bgp-shutdown.xml.i')
-rw-r--r-- | interface-definitions/include/bgp-shutdown.xml.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/interface-definitions/include/bgp-shutdown.xml.i b/interface-definitions/include/bgp-shutdown.xml.i index 330120bba..fefbfcebb 100644 --- a/interface-definitions/include/bgp-shutdown.xml.i +++ b/interface-definitions/include/bgp-shutdown.xml.i @@ -1,7 +1,7 @@ <!-- included start from bgp-shutdown.xml.i --> <leafNode name="shutdown"> <properties> - <help>Administratively shut down peer-group</help> + <help>Administratively shut down this neighbor</help> <valueless/> </properties> </leafNode> |