diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2014-04-02 20:09:37 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2014-04-02 20:09:37 +0200 |
commit | 2750b2484f256686a38ef6b89db7e2afe9b7999a (patch) | |
tree | 6210fa36e1842f47dd47e4ef1591e8ffc09e8e86 | |
parent | 864f52a5f4c47ac8dc44a8808beb7f038cbf9899 (diff) |
Fixes missing line in BFD context help.
-rw-r--r-- | proto/bfd/config.Y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/bfd/config.Y b/proto/bfd/config.Y index 67a4983b..948079df 100644 --- a/proto/bfd/config.Y +++ b/proto/bfd/config.Y @@ -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)); }; |