Skip to content
Snippets Groups Projects
Commit 2750b248 authored by Ondřej Zajíček's avatar Ondřej Zajíček
Browse files

Fixes missing line in BFD context help.

parent 864f52a5
No related branches found
No related tags found
No related merge requests found
......@@ -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)); };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment