0
0
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:
Pavel Machek 2000-06-05 16:36:16 +00:00
parent eb2c99a132
commit 8798c81176
4 changed files with 8 additions and 3 deletions

View File

@ -13,7 +13,7 @@ endif
docs: progdocs userdocs docs: progdocs userdocs
progdocs: prog.html progdocs: prog.html prog.dvi
prog.sgml: prog.sgml:
$(srcdir)/tools/progdoc $(srcdir_abs) $(srcdir)/tools/progdoc $(srcdir_abs)

View File

@ -397,7 +397,7 @@ bird> show route
195.113.30.2/32 dev tunl1 [direct1 23:21] (240) 195.113.30.2/32 dev tunl1 [direct1 23:21] (240)
127.0.0.0/8 dev lo [direct1 23:21] (240) 127.0.0.0/8 dev lo [direct1 23:21] (240)
bird> show route ? 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; } bird> show route filter { if 127.0.0.5 ~ net then accept; }
127.0.0.0/8 dev lo [direct1 23:21] (240) 127.0.0.0/8 dev lo [direct1 23:21] (240)
bird> bird>
@ -507,7 +507,10 @@ case arg1 {
else: print "something else"; 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> </code>
<sect>Route attributes <sect>Route attributes

View File

@ -1 +1,2 @@
H Filters H Filters
S filter.c

View File

@ -1 +1,2 @@
S rip.c S rip.c
S auth.c