diff options
| author | kishiguro <ishi@hash-set.com> | 2018-04-06 14:43:36 -0700 |
|---|---|---|
| committer | kishiguro <ishi@hash-set.com> | 2018-04-06 14:43:36 -0700 |
| commit | db759bb0090cef039104d07a0730ba1de3e34c8a (patch) | |
| tree | 60cf031e38c576715ebd1892ca709f871c5e4c17 | |
| parent | 580f8636be44e2c07679f4a5f6d919cb9de29258 (diff) | |
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>
| -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 6504e7d206..7a508b0df6 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 |
