summaryrefslogtreecommitdiffstats
path: root/lib/bfd.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2017-09-29 17:53:53 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2017-09-29 17:53:53 +0200
commitb077b2e6583813945e446aae4a79292d860395a2 (patch)
tree10b5a1616d2e573b7d9b0f6b364199527a5ade53 /lib/bfd.c
parentMerge pull request #1236 from donaldsharp/interface_startup (diff)
downloadfrr-b077b2e6583813945e446aae4a79292d860395a2.tar.xz
frr-b077b2e6583813945e446aae4a79292d860395a2.zip
lib: Fix abbreviation
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>
Diffstat (limited to 'lib/bfd.c')
-rw-r--r--lib/bfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bfd.c b/lib/bfd.c
index e8df42a1b..d51b9f1e6 100644
--- 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,