summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-05-29 17:33:00 +0200
committerGitHub <noreply@github.com>2018-05-29 17:33:00 +0200
commit68542a6da651a4a3f5d280482313f14508618c43 (patch)
treedbbc3aa2f4b76ceb345df7896cbb1277e2e6372c /bgpd/bgp_route.h
parentMerge pull request #2307 from opensourcerouting/master-isis-tlv-copy-fix (diff)
parentbgpd: attributes presence checked when mpreach is present (diff)
downloadfrr-68542a6da651a4a3f5d280482313f14508618c43.tar.xz
frr-68542a6da651a4a3f5d280482313f14508618c43.zip
Merge pull request #2142 from pguibert6WIND/fs_zebra_complement
Flowspec complement : port support and policy routing per interface and plugin wrapper
Diffstat (limited to 'bgpd/bgp_route.h')
-rw-r--r--bgpd/bgp_route.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgp_route.h b/bgpd/bgp_route.h
index 288b66fb8..72923901b 100644
--- a/bgpd/bgp_route.h
+++ b/bgpd/bgp_route.h
@@ -146,6 +146,8 @@ struct bgp_info_extra {
* Set nexthop_orig.family to 0 if not valid.
*/
struct prefix nexthop_orig;
+ /* presence of FS pbr entry */
+ void *bgp_fs_pbr;
};
struct bgp_info {