]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Move where we check for non-kernel netlink messages
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 23 May 2018 13:24:12 +0000 (09:24 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 24 May 2018 13:14:43 +0000 (09:14 -0400)
commit783827ae61899ace7bde73863891f12cd2b35641
tree7a9160eccffa43c4754c1363ff8ded4ec3f9f814
parent3575d9e86607b6f83f8f3bef6979fe804bfe6de2
zebra: Move where we check for non-kernel netlink messages

Move where we check for non-kernel netlink messages to
a slightly earlier spot.  This will allow in subsuquent
commits the removal of an extra parameter that needs to
be passed around.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/kernel_netlink.c