blob: 22f0fdb5671bca38439416c0960d18f225af6f33 (
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
|
[exabgp.api]
encoder = text
[exabgp.cache]
attributes = false
nexthops = false
[exabgp.daemon]
daemonize = false
pid = ''
user = 'root'
[exabgp.log]
#all = false
all = false
configuration = false
daemon = true
destination = '/root/share_volume/exabgpd.log'
#destination = 'syslog'
enable = true
level = INFO
message = false
network = true
packets = false
parser = false
processes = true
rib = false
routes = false
short = false
supervisor = true
timers = false
[exabgp.pdb]
enable = false
[exabgp.profile]
enable = false
file = ''
[exabgp.tcp]
timeout = 1
|