mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Docs updates:
make prog.dvi do not overflow in .dvi include filter documentation in the system
This commit is contained in:
parent
eb2c99a132
commit
8798c81176
@ -13,7 +13,7 @@ endif
|
||||
|
||||
docs: progdocs userdocs
|
||||
|
||||
progdocs: prog.html
|
||||
progdocs: prog.html prog.dvi
|
||||
|
||||
prog.sgml:
|
||||
$(srcdir)/tools/progdoc $(srcdir_abs)
|
||||
|
@ -397,7 +397,7 @@ bird> show route
|
||||
195.113.30.2/32 dev tunl1 [direct1 23:21] (240)
|
||||
127.0.0.0/8 dev lo [direct1 23:21] (240)
|
||||
bird> show route ?
|
||||
show route [<prefix>] [table <t>] [filter <f>] [all] [primary] [(import|protocol) <p>] [stats] Show routing table
|
||||
show route [<prefix>] [table <t>] [filter <f>] [all] [primary] [(import|protocol) <p>]...
|
||||
bird> show route filter { if 127.0.0.5 ~ net then accept; }
|
||||
127.0.0.0/8 dev lo [direct1 23:21] (240)
|
||||
bird>
|
||||
@ -507,7 +507,10 @@ case arg1 {
|
||||
else: print "something else";
|
||||
}
|
||||
|
||||
if 1234 = i then printn "."; else { print "not 1234"; print "You need {} around multiple commands"; }
|
||||
if 1234 = i then printn "."; else {
|
||||
print "not 1234";
|
||||
print "You need {} around multiple commands";
|
||||
}
|
||||
</code>
|
||||
|
||||
<sect>Route attributes
|
||||
|
@ -1 +1,2 @@
|
||||
H Filters
|
||||
S filter.c
|
@ -1 +1,2 @@
|
||||
S rip.c
|
||||
S auth.c
|
||||
|
Loading…
Reference in New Issue
Block a user