Merge pull request #9041 from taspelund/next-hop-self-force-doc

doc: replace next-hop-self all with force
This commit is contained in:
Donatas Abraitis 2021-07-14 14:05:09 +03:00 committed by GitHub
commit a95ba7a7c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1442,12 +1442,13 @@ Configuring Peers
session will be established via IPv6 link locals. Use ``internal`` for iBGP session will be established via IPv6 link locals. Use ``internal`` for iBGP
and ``external`` for eBGP sessions, or specify an ASN if you wish. and ``external`` for eBGP sessions, or specify an ASN if you wish.
.. clicmd:: neighbor PEER next-hop-self [all] .. clicmd:: neighbor PEER next-hop-self [force]
This command specifies an announced route's nexthop as being equivalent to This command specifies an announced route's nexthop as being equivalent to
the address of the bgp router if it is learned via eBGP. If the optional the address of the bgp router if it is learned via eBGP. This will also
keyword `all` is specified the modification is done also for routes learned bypass third-party next-hops in favor of the local bgp address. If the
via iBGP. optional keyword ``force`` is specified the modification is done also for
routes learned via iBGP.
.. clicmd:: neighbor PEER attribute-unchanged [{as-path|next-hop|med}] .. clicmd:: neighbor PEER attribute-unchanged [{as-path|next-hop|med}]