]> git.proxmox.com Git - mirror_frr.git/commitdiff
pbrd: fix wording in pbr_send_pbr_map comment
authorStephen Worley <sworley@cumulusnetworks.com>
Tue, 14 Apr 2020 15:09:54 +0000 (11:09 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Tue, 14 Apr 2020 15:09:54 +0000 (11:09 -0400)
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>
pbrd/pbr_zebra.c

index 4178ad580377d69eb40c3dfbf818711a4c800dc7..de2a99e2696fb0de507c6e8a0f10424238787e74 100644 (file)
@@ -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;