]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Add RTNLGRP_NEXTHOP group to the kernel socket
authorStephen Worley <sworley@cumulusnetworks.com>
Thu, 7 Mar 2019 22:55:31 +0000 (17:55 -0500)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:36 +0000 (11:13 -0400)
commitda0ad5cfc8485d67b88b6d37e9bdff3e404514c6
treeec6f9d05ad7e5344a50c7b541c049134964b5224
parentce0e6980179dabd9d056e147d6160c6dd22f2f44
zebra: Add RTNLGRP_NEXTHOP group to the kernel socket

Initialize the netlink socket with the RTNLGRP_NEXTHOP
group as well to listen for.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/kernel_netlink.c