Merge pull request #1271 from donaldsharp/multiplier

lib: Fix abbreviation
This commit is contained in:
Jafar Al-Gharaibeh 2017-09-30 22:47:43 -05:00 committed by GitHub
commit bc5dcce7da

View File

@ -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,