Merge pull request #14621 from FRRouting/mergify/bp/dev/9.1/pr-14616

doc: add "enforce-first-as" to BGP documentation (backport #14616)
This commit is contained in:
Donatas Abraitis 2023-10-19 19:48:15 +03:00 committed by GitHub
commit 433d91faa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1504,6 +1504,13 @@ Configuring Peers
value is carried encoded as uint32. To enable backward compatibility we
need to disable IEEE floating-point encoding option per-peer.
.. clicmd:: neighbor PEER enforce-first-as
Discard updates received from the specified (eBGP) peer if the AS_PATH
attribute does not contain the PEER's ASN as the first AS_PATH segment.
Default: disabled.
.. clicmd:: neighbor PEER extended-optional-parameters
Force Extended Optional Parameters Length format to be used for OPEN messages.