diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-10-01 06:20:30 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2016-10-01 06:20:30 +0200 |
commit | e83a94147f4ca09451da4acd00ad2b1e3af3d22c (patch) | |
tree | 5880cd79fc83b503bfeb022d97bf4623e4f06d64 /bgpd/bgp_bfd.c | |
parent | lib: Fix '?'-completion dereferences in vtysh (diff) | |
download | frr-e83a94147f4ca09451da4acd00ad2b1e3af3d22c.tar.xz frr-e83a94147f4ca09451da4acd00ad2b1e3af3d22c.zip |
all: fix sundry syntax errors
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_bfd.c')
-rw-r--r-- | bgpd/bgp_bfd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bgpd/bgp_bfd.c b/bgpd/bgp_bfd.c index 7bc902ef9..684694d0b 100644 --- a/bgpd/bgp_bfd.c +++ b/bgpd/bgp_bfd.c @@ -615,7 +615,7 @@ DEFUN (neighbor_bfd_param, DEFUN_HIDDEN (neighbor_bfd_type, neighbor_bfd_type_cmd, - "neighbor <A.B.C.D|X:X::X:X|WORD> bfd (multihop|singlehop)", + "neighbor <A.B.C.D|X:X::X:X|WORD> bfd <multihop|singlehop>", NEIGHBOR_STR NEIGHBOR_ADDR_STR2 "Enables BFD support\n" @@ -674,7 +674,7 @@ DEFUN (no_neighbor_bfd, DEFUN_HIDDEN (no_neighbor_bfd_type, no_neighbor_bfd_type_cmd, - "no neighbor <A.B.C.D|X:X::X:X|WORD> bfd (multihop|singlehop)", + "no neighbor <A.B.C.D|X:X::X:X|WORD> bfd <multihop|singlehop>", NO_STR NEIGHBOR_STR NEIGHBOR_ADDR_STR2 |