diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-09-29 17:53:53 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-09-29 17:53:53 +0200 |
commit | b077b2e6583813945e446aae4a79292d860395a2 (patch) | |
tree | 10b5a1616d2e573b7d9b0f6b364199527a5ade53 /lib/bfd.c | |
parent | Merge pull request #1236 from donaldsharp/interface_startup (diff) | |
download | frr-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |