From 4dca0c10df92bec3f200bbac545eb1f782956049 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Sat, 26 Feb 2022 15:45:47 -0500 Subject: [PATCH] doc: Document a existing cli for zebra that was missing The -s or --nl-bufsize option was missing, document it. Signed-off-by: Donald Sharp --- doc/user/zebra.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index 7ca473ceb6..058987acf1 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -78,6 +78,11 @@ Besides the common invocation options (:ref:`common-invocation-options`), the protocols about route installation/update on ack received from the linux kernel or from offload notification. +.. option:: -s , --nl-bufsize + + Allow zebra to modify the default receive buffer size to SIZE + in bytes. Under *BSD only the -s option is available. + .. _interface-commands: Configuration Addresses behaviour -- 2.39.5