diff options
| author | paco <paco@voltanet.io> | 2018-06-07 15:28:12 +0200 |
|---|---|---|
| committer | paco <paco@voltanet.io> | 2018-06-07 15:28:59 +0200 |
| commit | e73380ce47d8838a6f4f0e9f7b6443e731bede96 (patch) | |
| tree | 19230a4980bdba5fbbdd8b3a17f402298ac97ae1 /doc/manpages | |
| parent | f89270226297ec1f1a8290481d1dc7fb66d71422 (diff) | |
bgpd, doc, ldpd, lib, tests, zebra: LM fixes
Corrections so that the BGP daemon can work with the label manager properly
through a label-manager proxy. Details:
- Correction so the BGP daemon behind a proxy label manager gets the range
correctly (-I added to the BGP daemon, to set the daemon instance id)
- For the BGP case, added an asynchronous label manager connect command so
the labels get recycled in case of a BGP daemon reconnection. With this,
BGPd and LDPd would behave similarly.
Signed-off-by: F. Aragon <paco@voltanet.io>
Diffstat (limited to 'doc/manpages')
| -rw-r--r-- | doc/manpages/bgpd.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/manpages/bgpd.rst b/doc/manpages/bgpd.rst index 94213db4d7..f1736ffd0b 100644 --- a/doc/manpages/bgpd.rst +++ b/doc/manpages/bgpd.rst @@ -21,6 +21,13 @@ OPTIONS available for the |DAEMON| command: .. include:: common-options.rst +LABEL MANAGER +------------- + +.. option:: -I, --int_num + + Set zclient id. This is required when using Zebra label manager in proxy mode. + FILES ===== |
