summaryrefslogtreecommitdiff
path: root/doc/user/ipv6.rst
AgeCommit message (Collapse)Author
2024-09-24bgpd: add `bgp ipv6-auto-ra` commandMikhail Sokolovskiy
Introduce a command to stop bgpd from enabling IPv6 router advertisement messages sending on interfaces. Signed-off-by: Mikhail Sokolovskiy <sokolmish@gmail.com>
2021-06-08doc: add doc for show ipv6 nd ra-interfacesStephen Worley
Add doc for show ipv6 nd ra-interfaces. Signed-off-by: Stephen Worley <sworley@nvidia.com>
2021-02-22doc: remove 'no' form of commandsQuentin Young
These don't need to be documented, most of the time they are obvious, when they aren't the behavior can just be described in the command description. Signed-off-by: Quentin Young <qlyoung@nvidia.com>
2021-02-22doc: automatically generate index entries for cliQuentin Young
- Generate index entries automatically - Remove manual command index entries - Clean up a few other manual index entries Signed-off-by: Quentin Young <qlyoung@nvidia.com>
2020-11-17doc: don't index 'no' forms of commandsMark Stapp
Many index entries used '[no] xxx' or 'no xxx', some had both positive and 'no' forms. Clean that up mostly - index positive form of commands only. Signed-off-by: Mark Stapp <mjs@voltanet.io>
2020-04-29doc: Documentation for ipv6 nd ra-retrans-timer commandDon Slice
Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
2020-04-15doc: Documentation for ipv6 nd ra-hop-limit commandDon Slice
Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
2019-11-22zebra: knob to make ra retransmit interval rfc compliantDon Slice
Problem reported by testing facility that our sending of Router Advertisements more frequently than once very three seconds is not compliant with rfc4861. Added a knob to turn off fast retransmits in order to meet the requirement of the RFC. Ticket: CM-27063 Signed-off-by: Don Slice <dslice@cumulusnetworks.com>
2019-02-02doc: describe RA options for DNS configuration in ipv6.rstLars Seipel
Signed-off-by: Lars Seipel <ls@slrz.net>
2019-02-02doc: fix up mangled config example in ipv6.rstLars Seipel
Appears to be a remaining artifact of the Sphinx conversion. Signed-off-by: Lars Seipel <ls@slrz.net>
2018-04-20doc: spelling fixesQuentin Young
* Run sphinxcontrib-spelling over docs * Correct spelling errors * Compile a dictionary for future spellchecking efforts Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-04-02Revert "zebra: implement draft-bz-v4goawayflag-00"Quentin Young
This reverts commit 3fec765a8d986664a555c161b814b4bf3332cdf0. April fools! Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-04-01zebra: implement draft-bz-v4goawayflag-00Quentin Young
Adds support for V4 GoAway flag as described in https://www.ietf.org/id/draft-bz-v4goawayflag-00.txt This option allows advertising neighbors to indicate to recipients that they should disable IPv4 on the link. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-02-02doc: reference style cleanupQuentin Young
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-02-01doc: clean up cross referencesQuentin Young
Format reference directives and roles to match best practices. Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-01-29doc: manually finish conversionQuentin Young
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-01-26doc: fix cli documentation formattingQuentin Young
* Use new 'clicmd' directive / role * Convert old style range syntax to new style Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2018-01-19doc: Frr -> FRRQuentin Young
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2017-12-20doc: fixup ipv6.rstQuentin Young
Manual cleanup from leftover texi -> rst Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
2017-12-18doc: start translating user manual to rstQuentin Young
Automatically translated all Texinfo files to RST using a script found on the GCC mailing list[0]. Some formatting manually corrected. Also created index.rst for building as well as boilerplate Sphinx conf.py and Makefile. [0] https://gcc.gnu.org/ml/gcc-patches/2015-11/msg01095.html Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>