diff options
author | kishiguro <ishi@hash-set.com> | 2018-04-06 23:43:36 +0200 |
---|---|---|
committer | kishiguro <ishi@hash-set.com> | 2018-04-06 23:43:36 +0200 |
commit | db759bb0090cef039104d07a0730ba1de3e34c8a (patch) | |
tree | 60cf031e38c576715ebd1892ca709f871c5e4c17 /doc/user | |
parent | bgpd option '-p 0' means do not listen BGP port. (diff) | |
download | frr-db759bb0090cef039104d07a0730ba1de3e34c8a.tar.xz frr-db759bb0090cef039104d07a0730ba1de3e34c8a.zip |
Update document about -p 0. When port number is 0, that means do not listen bgp port.
Signed-off-by: Kunihiro Ishiguro <ishi@coreswitch.io>
Diffstat (limited to 'doc/user')
-rw-r--r-- | doc/user/bgp.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 6504e7d20..7a508b0df 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -29,7 +29,8 @@ be specified (:ref:`common-invocation-options`). .. option:: -p <port> .. option:: --bgp_port <port> - Set the bgp protocol's port number. + Set the bgp protocol's port number. When port number is 0, that means do not + listen bgp port. .. option:: -r .. option:: --retain |