]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Fixes missing line in BFD context help.
authorOndrej Zajicek <santiago@crfreenet.org>
Wed, 2 Apr 2014 18:09:37 +0000 (20:09 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Wed, 2 Apr 2014 18:09:37 +0000 (20:09 +0200)
proto/bfd/config.Y

index 67a4983b110014f3eff44a39f18db803714f9b9c..948079df1d34ce7b4e1190d7868de3330bd7e201 100644 (file)
@@ -130,6 +130,7 @@ bfd_neighbor: ipa bfd_neigh_iface bfd_neigh_local bfd_neigh_multihop
 };
 
 
+CF_CLI_HELP(SHOW BFD, ..., [[Show information about BFD protocol]]);
 CF_CLI(SHOW BFD SESSIONS, optsym, [<name>], [[Show information about BFD sessions]])
 { bfd_show_sessions(proto_get_named($4, &proto_bfd)); };