diff options
| author | Jafar Al-Gharaibeh <Jafaral@users.noreply.github.com> | 2017-09-30 22:47:43 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-30 22:47:43 -0500 |
| commit | bc5dcce7da21cce623e81bdbdde40d935385d711 (patch) | |
| tree | 7359c28618ff18a980cf5fd791f93f6bc540e3bc /lib/bfd.c | |
| parent | 867be27151acc8e41fa6e0c838eeefe5a73f68b8 (diff) | |
| parent | b077b2e6583813945e446aae4a79292d860395a2 (diff) | |
Merge pull request #1271 from donaldsharp/multiplier
lib: Fix abbreviation
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, |
