]> git.puffer.fish Git - matthieu/frr.git/commit
lib,sharpd,pbrd: `set installable` nhg command
authorStephen Worley <sworley@cumulusnetworks.com>
Wed, 27 May 2020 21:39:41 +0000 (17:39 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Mon, 28 Sep 2020 16:40:59 +0000 (12:40 -0400)
commit0de1db8f3bd8d25be9dbebc3a090f85d60b41b14
tree28e12799ca0198a29582c6f005206d5f5b42c792
parent9c6c48bc101f8f4b47fa9f373e436c85d04608cf
lib,sharpd,pbrd: `set installable` nhg command

Add a command `set installable` that allows configured nexthop
groups to be treated as separate/installable objects in the RIB.

A callback needs to be implemented per daemon to handle installing
the NHG into the rib via zapi when this command is set. This
patch includes the implementation for sharpd.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
doc/user/pbr.rst
lib/nexthop_group.c
lib/nexthop_group.h
pbrd/pbr_main.c
sharpd/sharp_nht.c