Skip to content

Commit

Permalink
pbrd: fix wording in pbr_send_pbr_map comment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
sworleys committed Apr 14, 2020
1 parent ab35be7 commit f732636
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pbrd/pbr_zebra.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f732636

Please sign in to comment.