diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2014-02-06 18:00:41 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2014-02-06 18:00:41 +0100 |
commit | 12201fd854424628be7a00e1180ba082db7efa0b (patch) | |
tree | 29577256b9481ee6fec068ea771dcd03edbf258e | |
parent | 10c2e1e0125dfa600b1c2b6553883cccf2d025dd (diff) |
Fix a documentation update.
-rw-r--r-- | doc/bird.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 2f40a750..a115852e 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -695,6 +695,9 @@ This argument can be omitted if there exists only a single instance. <tag>show static [<m/name/]</tag> Show detailed information about static routes. + <tag>show bfd sessions [<m/name/]</tag> + Show information about BFD sessions. + <tag>show interfaces [summary]</tag> Show the list of interfaces. For each interface, print its type, state, MTU and addresses assigned. @@ -707,9 +710,6 @@ This argument can be omitted if there exists only a single instance. that is routes, their metrics and (in case the <cf/all/ switch is given) all their attributes. - <tag>show bfd sessions [<m/name/]</tag> - Show information about BFD sessions. - <p>You can specify a <m/prefix/ if you want to print routes for a specific network. If you use <cf>for <m/prefix or IP/</cf>, you'll get the entry which will be used for forwarding of packets to the given |