]> git.proxmox.com Git - mirror_frr.git/commit
bgpd: notify callback when ip rule from/to rule has been configured
authorPhilippe Guibert <philippe.guibert@6wind.com>
Thu, 29 Nov 2018 13:35:41 +0000 (14:35 +0100)
committerPhilippe Guibert <philippe.guibert@6wind.com>
Tue, 29 Jan 2019 13:15:10 +0000 (14:15 +0100)
commitffee150ec42cce9ba6dd66d451965849ede0bd79
tree24e71ff9c965e8aaeb752a371586555d56e13c0b
parent9350f1dfd0013b22809228380bdc7523e6bf0d61
bgpd: notify callback when ip rule from/to rule has been configured

because ip rule creation is used to not only handle traffic marked by
fwmark; but also for conveying traffic with from/to rules, a check of
the creation must be done in the linked list of ip rules.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
bgpd/bgp_pbr.c
bgpd/bgp_pbr.h
bgpd/bgp_zebra.c