From 5f66e9a070011b3c41127cd3a3d292d906daf05e Mon Sep 17 00:00:00 2001 From: Rafael Zalamena Date: Tue, 5 May 2020 16:20:07 -0300 Subject: [PATCH] doc: document new FPM next hop group commands Let the user know it is possible to disable next hop groups netlink feature. Signed-off-by: Rafael Zalamena --- doc/user/zebra.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index 9dfd08f733..904567fee2 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -852,6 +852,20 @@ FPM Commands will not attempt to connect to it anymore. +.. index:: fpm use-next-hop-groups +.. clicmd:: fpm use-next-hop-groups + + Use the new netlink messages ``RTM_NEWNEXTHOP`` / ``RTM_DELNEXTHOP`` to + group repeated route next hop information. + + +.. index:: no fpm use-next-hop-groups +.. clicmd:: no fpm use-next-hop-groups + + Use the old known FPM behavior of including next hop information in the + route (e.g. ``RTM_NEWROUTE``) messages. + + .. index:: show fpm counters [json] .. clicmd:: show fpm counters [json] -- 2.39.5