diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-04-09 15:41:37 -0400 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-04-17 18:43:47 -0400 | 
| commit | d02e9432b5182e573a5889a8c83139f9202766fd (patch) | |
| tree | 371192bea282c668c69b2fa88773ecb7cf5d4fb3 /pbrd/pbr_map.h | |
| parent | 56c63eeb23eabdb7a54964649d91aa7dde80cf0b (diff) | |
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 9d46de2a7d..7cd079d169 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);  | 
