Commit bd84f8cd authored by Juliusz Chroboczek's avatar Juliusz Chroboczek

Document new semantics.

There's no longer an id on the command line, and the neigh filter has a
different semantics.
parent 7e7eafae
...@@ -6,8 +6,6 @@ babel \- ad-hoc network routing daemon ...@@ -6,8 +6,6 @@ babel \- ad-hoc network routing daemon
.IR option ... .IR option ...
[ [
.B \-\- .B \-\-
] [
.I id
] ]
.IR interface ... .IR interface ...
.SH DESCRIPTION .SH DESCRIPTION
...@@ -154,9 +152,10 @@ This entry only applies to routes with a prefix length less or equal to ...@@ -154,9 +152,10 @@ This entry only applies to routes with a prefix length less or equal to
This entry only applies to routes with a prefix length greater or equal to This entry only applies to routes with a prefix length greater or equal to
.BR plen . .BR plen .
.TP .TP
.BI neigh " id" .BI neigh " address"
This entry only applies to routes learned from a neighbour with router-id This entry only applies to routes learned from a neighbour with
.IR id . link-local address
.IR address .
.TP .TP
.BI id " id" .BI id " id"
This entry only applies to routes originated by a router with router-id This entry only applies to routes originated by a router with router-id
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment