]> git.puffer.fish Git - mirror/frr.git/commitdiff
lib: Fix abbreviation 1271/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 29 Sep 2017 15:53:53 +0000 (11:53 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 29 Sep 2017 15:53:53 +0000 (11:53 -0400)
The word Multiplier has been abbreviated to 'Mul' in
the output.  This apparently is causing people
angst.  Write word out.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/bfd.c

index e8df42a1bd04fba473f4f7b4373544bddce546c1..d51b9f1e63755744d95f69385176daee1e100c58 100644 (file)
--- a/lib/bfd.c
+++ b/lib/bfd.c
@@ -367,7 +367,7 @@ void bfd_show_param(struct vty *vty, struct bfd_info *bfd_info, int bfd_tag,
                                               json_bfd);
        } else {
                vty_out(vty,
-                       "  %s%sDetect Mul: %d, Min Rx interval: %d,"
+                       "  %s%sDetect Multiplier: %d, Min Rx interval: %d,"
                        " Min Tx interval: %d\n",
                        (extra_space) ? "  " : "", (bfd_tag) ? "BFD: " : "  ",
                        bfd_info->detect_mult, bfd_info->required_min_rx,