diff options
| author | Stephen Worley <sworley@cumulusnetworks.com> | 2020-04-14 11:09:54 -0400 | 
|---|---|---|
| committer | Stephen Worley <sworley@cumulusnetworks.com> | 2020-04-14 11:09:54 -0400 | 
| commit | f732636d70ce98956ea9bcfb5d7e7578ec3d05f0 (patch) | |
| tree | 55886cc4be9c357f2f08d9714cbb41cb1d8d1fc1 /pbrd/pbr_zebra.c | |
| parent | ab35be755ff5902cd0887fdbd4ee753f2969d136 (diff) | |
pbrd: fix wording in pbr_send_pbr_map comment
Fix some bad wording in a comment when deciding whether
to send a pbr map sequence to zebra.
Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
Diffstat (limited to 'pbrd/pbr_zebra.c')
| -rw-r--r-- | pbrd/pbr_zebra.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pbrd/pbr_zebra.c b/pbrd/pbr_zebra.c index 4178ad5803..de2a99e269 100644 --- a/pbrd/pbr_zebra.c +++ b/pbrd/pbr_zebra.c @@ -564,7 +564,7 @@ void pbr_send_pbr_map(struct pbr_map_sequence *pbrms,  	 * has not changed, just return.  	 *  	 * If we are not installed and asked -	 * and asked to delete just return; +	 * to delete just return.  	 */  	if (install && is_installed && !changed)  		return;  | 
