Skip to content

Commit 1d92514

Browse files
lengsong22fujita
authored andcommitted
Update configuration.md
Added comments for some configuration items
1 parent 3b819cb commit 1d92514

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/sources/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,16 @@
7272
allow-own-as = 1
7373
replace-peer-as = true
7474
[neighbors.timers.config]
75-
connect-retry = 5
76-
hold-time = 9
77-
keepalive-interval = 3
75+
connect-retry = 5 #unit of measurement is seconds
76+
hold-time = 9 #unit of measurement is seconds
77+
keepalive-interval = 3 #unit of measurement is seconds
7878
[neighbors.transport.config]
7979
passive-mode = true
8080
local-address = "192.168.10.1"
8181
remote-port = 2016
8282
ttl = 64 # default value on Linux
8383
[neighbors.ebgp-multihop.config]
84-
enabled = true
84+
enabled = true #directly connection should be set false,if not ,peer will be deleted after hold-time
8585
multihop-ttl = 100
8686
[neighbors.route-reflector.config]
8787
route-reflector-client = true

0 commit comments

Comments
 (0)