diff options
author | Philippe Guibert <philippe.guibert@6wind.com> | 2018-11-30 14:56:40 +0100 |
---|---|---|
committer | Philippe Guibert <philippe.guibert@6wind.com> | 2019-01-29 14:15:10 +0100 |
commit | ce3c06147c78f690b95aa80eb91ccf1ba41879f8 (patch) | |
tree | acd1710d3d688e7ba7199433e767cc758875ba73 /bgpd/bgp_pbr.h | |
parent | bgpd: change priority of fs pbr rules (diff) | |
download | frr-ce3c06147c78f690b95aa80eb91ccf1ba41879f8.tar.xz frr-ce3c06147c78f690b95aa80eb91ccf1ba41879f8.zip |
bgpd: display the list of iprules attached to a fs entry
the list of iprules is displayed in the 'show bgp ipv4 flowspec detail'
The list of iprules is displayed, only if it is installed.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'bgpd/bgp_pbr.h')
-rw-r--r-- | bgpd/bgp_pbr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bgpd/bgp_pbr.h b/bgpd/bgp_pbr.h index da21e0f9c..f7fddac7f 100644 --- a/bgpd/bgp_pbr.h +++ b/bgpd/bgp_pbr.h @@ -168,6 +168,7 @@ struct bgp_pbr_rule { uint32_t priority; bool installed; bool install_in_progress; + void *path; }; struct bgp_pbr_match { |