diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-10-02 13:57:30 +0300 | 
|---|---|---|
| committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2024-10-02 15:09:26 +0000 | 
| commit | 73e40fc819aff81a80f1a893229c58a7f6980a14 (patch) | |
| tree | c6c7ce1dcb32eebfd86cb66e71c2ede58cf1dbbd /doc/user | |
| parent | 4d153770a1dc2893ca6b265f788a8d1e1a733d25 (diff) | |
bgpd: Actually make ` --v6-with-v4-nexthops` it work
It was using `-v` which is actually a _version_.
Fixes: 0435b31bb8ed55377f83d0e19bc085abc3c71b44 ("bgpd: Allow bgp to specify if it will allow v6 routing with v4 nexthops")
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
(cherry picked from commit 0495cac837ad0f6ff1082746c37e4a48c1068035)
Diffstat (limited to 'doc/user')
| -rw-r--r-- | doc/user/bgp.rst | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 150a915e3a..49d5cac4a5 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -83,7 +83,7 @@ be specified (:ref:`common-invocation-options`).     be done to see if this is helping or not at the scale you are running     at. -.. option:: --v6-with-v4-nexthops +.. option:: -x, --v6-with-v4-nexthops     Allow BGP to peer in the V6 afi, when the interface only has v4 addresses.     This allows bgp to install the v6 routes with a v6 nexthop that has the  | 
