mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-02 21:24:26 +00:00
Merge pull request #1271 from donaldsharp/multiplier
lib: Fix abbreviation
This commit is contained in:
commit
bc5dcce7da
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user