diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-06-23 11:08:30 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-06-23 11:08:30 +0200 |
commit | d72cdff411d0bf4ddecaea5d0fc6d4341b4cb3f1 (patch) | |
tree | 809ffc879dfe0e137204571524a3a9a31a2363dd /doc/bird.sgml | |
parent | da95a7a7dad6ebf572adfb448dfc1a5c8400e6ab (diff) | |
download | bird-d72cdff411d0bf4ddecaea5d0fc6d4341b4cb3f1.tar bird-d72cdff411d0bf4ddecaea5d0fc6d4341b4cb3f1.zip |
Replace 'bind' option with 'listen' option.
To be consistent with other daemons.
Diffstat (limited to 'doc/bird.sgml')
-rw-r--r-- | doc/bird.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/bird.sgml b/doc/bird.sgml index 0b18428..267c768 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -249,7 +249,7 @@ protocol rip { <tag>router id <m/IPv4 address/</tag> Set BIRD's router ID. It's a world-wide unique identification of your router, usually one of router's IPv4 addresses. Default: in IPv4 version, the lowest IP address of a non-loopback interface. In IPv6 version, this option is mandatory. - <tag>bind bgp [address <m/address/] [port <m/port/] [v6only]</tag> + <tag>listen bgp [address <m/address/] [port <m/port/] [v6only]</tag> This option allows to specify address and port where BGP protocol should listen. It is global option as listening socket is common to all BGP instances. Default is to listen on |