From: Donald Sharp Date: Sun, 27 Feb 2022 19:18:09 +0000 (-0500) Subject: doc: Update documentation to indicate *BSD struggles X-Git-Tag: pim6-testing-20220430~276^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F10672%2Fhead;p=mirror%2Ffrr.git doc: Update documentation to indicate *BSD struggles *BSD has some special struggles associated with the graceful restart code in zebra. Add a bit of documentation to outline this problem and how it is solved. Signed-off-by: Donald Sharp --- diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index 7ca473ceb6..aa8c327b4b 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -29,6 +29,9 @@ Besides the common invocation options (:ref:`common-invocation-options`), the Zebra, when started, will read in routes. Those routes that Zebra identifies that it was the originator of will be swept in TIME seconds. If no time is specified then we will sweep those routes immediately. + Under the *BSD's, there is no way to properly store the originating + route and the route types in this case will show up as a static route + with an admin distance of 255. .. option:: -r, --retain