summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_pbr.h
diff options
context:
space:
mode:
authorPhilippe Guibert <philippe.guibert@6wind.com>2018-03-08 15:39:19 +0100
committerPhilippe Guibert <philippe.guibert@6wind.com>2018-04-30 11:56:23 +0200
commit30d50e6dd519418bbb5ad8e1b4d031cafffd923c (patch)
tree1a6dd8dfcf6db1ce5856069f97c9b7564c25c76f /bgpd/bgp_pbr.h
parentbgpd: support for policy-routing context used with flowspec (diff)
downloadfrr-30d50e6dd519418bbb5ad8e1b4d031cafffd923c.tar.xz
frr-30d50e6dd519418bbb5ad8e1b4d031cafffd923c.zip
bgpd: communication with zebra for ipset & iprule handling
The APIs that handle ipset and iprule contexts from zebra are being handled in this commit. Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'bgpd/bgp_pbr.h')
-rw-r--r--bgpd/bgp_pbr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_pbr.h b/bgpd/bgp_pbr.h
index 23735a327..b896c7db7 100644
--- a/bgpd/bgp_pbr.h
+++ b/bgpd/bgp_pbr.h
@@ -32,6 +32,7 @@ struct bgp_pbr_match {
uint32_t unique;
bool installed;
+ bool install_in_progress;
};
struct bgp_pbr_match_entry {