diff options
author | paul <paul> | 2003-06-20 01:18:07 +0000 |
---|---|---|
committer | paul <paul> | 2003-06-20 01:18:07 +0000 |
commit | 971a4497860b78dc3a133487faca75d513b433c7 (patch) | |
tree | a2ed190b1b41b1f957dc073d5d87dda3f6d6d922 /doc/basic.texi | |
parent | 56e475cba9f9c54dec9296aef816104b1a51002e (diff) |
2003-06-20 Paul Jakma <paul@dishone.st>
* *.texi: update the docs a bit. Add some info about
zebra.dishone.st in the overview. Add link-detect and update
static routes section in zebra. Add write-config in vtysh. Update
version handling and add passive-interface default for ripd.
Diffstat (limited to 'doc/basic.texi')
-rw-r--r-- | doc/basic.texi | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/basic.texi b/doc/basic.texi index 8812b78c..ce1b9437 100644 --- a/doc/basic.texi +++ b/doc/basic.texi @@ -245,9 +245,19 @@ useful when using Zebra to implement a routing looking glass. One machine can be used to collect differing routing views from differing points in the network. +@item -A @var{address} +@itemx --vty_addr=@var{address} +Set the VTY local address to bind to. If set, the VTY socket will only +be bound to this address. + @item -P @var{port} @itemx --vty_port=@var{port} -Set the VTY port number. +Set the VTY TCP port number. If set to 0 then the TCP VTY sockets will not +be opened. + +@item -u @var{user} +@itemx --vty_addr=@var{user} +Set the user and group to run as. @item -v @itemx --version |