diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2018-04-20 11:41:54 +0200 |
|---|---|---|
| committer | Philippe Guibert <philippe.guibert@6wind.com> | 2018-05-25 15:49:38 +0200 |
| commit | b588b642ce3d933394240f77879eb41f36959311 (patch) | |
| tree | 829f7601c937becec3b4eb8ff3c0433b8b885d9f /bgpd/bgp_pbr.h | |
| parent | 1de7dffff707058b6633a664920bdca3def27860 (diff) | |
bgpd: display if FS entry is installed in PBR or not
Once PBR rules installed, an information is printed in the main
show bgp ipv4 flowspec detail information.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'bgpd/bgp_pbr.h')
| -rw-r--r-- | bgpd/bgp_pbr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bgpd/bgp_pbr.h b/bgpd/bgp_pbr.h index 2122492959..e4117ffd05 100644 --- a/bgpd/bgp_pbr.h +++ b/bgpd/bgp_pbr.h @@ -201,6 +201,8 @@ struct bgp_pbr_match_entry { uint16_t dst_port_max; uint8_t proto; + void *bgp_info; + bool installed; bool install_in_progress; }; |
