diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-04-09 21:41:37 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-04-18 00:43:47 +0200 |
commit | d02e9432b5182e573a5889a8c83139f9202766fd (patch) | |
tree | 371192bea282c668c69b2fa88773ecb7cf5d4fb3 /pbrd/pbr_map.h | |
parent | pbrd: don't collapse pbr debugs (diff) | |
download | frr-d02e9432b5182e573a5889a8c83139f9202766fd.tar.xz frr-d02e9432b5182e573a5889a8c83139f9202766fd.zip |
pbrd: Allow pbr-policy add/removal to install/remove rules
The pbrm->installed variable was being used only in a couple
of places and it has no real bearing on whether or not
we should install a rule or not. Remove this value.
Ticket: CM-20429
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pbrd/pbr_map.h')
-rw-r--r-- | pbrd/pbr_map.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/pbrd/pbr_map.h b/pbrd/pbr_map.h index 9d46de2a7..7cd079d16 100644 --- a/pbrd/pbr_map.h +++ b/pbrd/pbr_map.h @@ -49,8 +49,6 @@ struct pbr_map { * what we think is the invalid reason */ bool valid; - - bool installed; }; RB_HEAD(pbr_map_entry_head, pbr_map); |