diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2024-03-04 23:20:53 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2024-03-05 00:02:16 +0100 |
commit | 26dd61ee7f91c15157601b2404de5b6500a6061c (patch) | |
tree | cb7837eda6f7ece601019fc75561b2cd32b42310 /doc/bird.sgml | |
parent | 4737937375c657794d608ea02cefa289531d763a (diff) |
BFD: Add arguments to 'show bfd sessions' command
Add several arguments to 'show bfd sessions' command to filter
the list of sessions.
Diffstat (limited to 'doc/bird.sgml')
-rw-r--r-- | doc/bird.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index aeecb1dc..ced927d4 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1288,8 +1288,9 @@ This argument can be omitted if there exists only a single instance. <tag><label id="cli-show-static">show static [<m/name/]</tag> Show detailed information about static routes. - <tag><label id="cli-show-bfd-sessions">show bfd sessions [<m/name/]</tag> - Show information about BFD sessions. + <tag><label id="cli-show-bfd-sessions">show bfd sessions [<m/name/] [address (<m/IP/|<m/prefix/)] [(interface|dev) "<m/name/"] [ipv4|ipv6] [direct|multihop] [all]</tag> + Show information about BFD sessions. Options could be used to filter + entries, or in the case of the option <cf/all/ to give verbose output. <tag><label id="cli-show-symbols">show symbols [table|filter|function|protocol|template|roa|<m/symbol/]</tag> Show the list of symbols defined in the configuration (names of |