blob: f1736ffd0bd200782d381ac87a83dcf8620d4759 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
  | 
****
BGPD
****
.. include:: defines.rst
.. |DAEMON| replace:: bgpd
SYNOPSIS
========
|DAEMON| |synopsis-options-hv|
|DAEMON| |synopsis-options|
DESCRIPTION
===========
|DAEMON| is a routing component that works with the FRRouting routing engine.
OPTIONS
=======
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
=====
|INSTALL_PREFIX_SBIN|/|DAEMON|
   The default location of the |DAEMON| binary.
|INSTALL_PREFIX_ETC|/|DAEMON|.conf
   The default location of the |DAEMON| config file.
$(PWD)/|DAEMON|.log
   If the |DAEMON| process is configured to output logs to a file, then you
   will find this file in the directory where you started |DAEMON|.
.. include:: epilogue.rst
  |