diff options
author | vivek <vivek@cumulusnetworks.com> | 2018-02-04 13:33:33 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-03-09 17:07:41 +0100 |
commit | 942bf97b13223ac5645f613a2f00ab18f3716c59 (patch) | |
tree | 426b4568396dcbf0ccbbee0792602c855cf045db /zebra/rtread_getmsg.c | |
parent | lib, vtysh: Start cli for nexthop-group (diff) | |
download | frr-942bf97b13223ac5645f613a2f00ab18f3716c59.tar.xz frr-942bf97b13223ac5645f613a2f00ab18f3716c59.zip |
*: PBR - netlink interaction and basic definitions
Implement netlink interactions for Policy Based Routing. This includes
APIs to install and uninstall rules and handle notifications from the
kernel related to rule addition or deletion. Various definitions are
added to facilitate this.
Signed-off-by: Vivek Venkatraman <vivek@cumulusnetworks.com>
Reviewed-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/rtread_getmsg.c')
-rw-r--r-- | zebra/rtread_getmsg.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zebra/rtread_getmsg.c b/zebra/rtread_getmsg.c index 95bc8db1c..38321bc41 100644 --- a/zebra/rtread_getmsg.c +++ b/zebra/rtread_getmsg.c @@ -263,4 +263,8 @@ void neigh_read_for_vlan(struct zebra_ns *zns, struct interface *vlan_if) { } +void kernel_read_pbr_rules(struct zebra_ns *zns) +{ +} + #endif /* SUNOS_5 */ |