From 86a36bad517df28999a5df3d4ce2592f597596e8 Mon Sep 17 00:00:00 2001 From: Mark Stapp Date: Wed, 29 Mar 2023 16:59:54 -0400 Subject: [PATCH] doc: add doc for ospf per-interface write socket Add a doc entry for the per-interface write socket config. Signed-off-by: Mark Stapp --- doc/user/ospfd.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/user/ospfd.rst b/doc/user/ospfd.rst index a99785204b..5171832604 100644 --- a/doc/user/ospfd.rst +++ b/doc/user/ospfd.rst @@ -315,6 +315,13 @@ To start OSPF process you have to specify the OSPF router. This command controls the ospf instance's socket buffer sizes. The 'no' form resets one or both values to the default. +.. clicmd:: no socket-per-interface + + Ordinarily, ospfd uses a socket per interface for sending + packets. This command disables those per-interface sockets, and + causes ospfd to use a single socket per ospf instance for sending + and receiving packets. + .. _ospf-area: Areas -- 2.39.5