]> git.puffer.fish Git - mirror/frr.git/commit
zebra: Make the ifp part of the rule structure
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 23 Feb 2018 18:45:36 +0000 (13:45 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 9 Mar 2018 16:07:41 +0000 (11:07 -0500)
commita03219780fb0efcc89853acc7c758a143a1157ae
tree8918b48bc131344dbc980ceb3dc054bfd5e3f1a0
parent43fe6a2a7377d7a214bcc0afd599edd697a44e5d
zebra: Make the ifp part of the rule structure

Every place we need to pass around the rule structure
we need to pass around the ifp as well.  Move it into
the structure.  This will also allow us to notify up
to higher level protocols that this worked properly
or not better too.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/rule_netlink.c
zebra/zebra_pbr.c
zebra/zebra_pbr.h
zebra/zserv.c