Skip to content

Commit

Permalink
Update configuration.md
Browse files Browse the repository at this point in the history
Added comments for some configuration items
  • Loading branch information
lengsong22 authored Oct 25, 2024
1 parent 06110fa commit 117c097
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/sources/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,16 @@
allow-own-as = 1
replace-peer-as = true
[neighbors.timers.config]
connect-retry = 5
hold-time = 9
keepalive-interval = 3
connect-retry = 5 #unit of measurement is seconds
hold-time = 9 #unit of measurement is seconds
keepalive-interval = 3 #unit of measurement is seconds
[neighbors.transport.config]
passive-mode = true
local-address = "192.168.10.1"
remote-port = 2016
ttl = 64 # default value on Linux
[neighbors.ebgp-multihop.config]
enabled = true
enabled = true #directly connection should be set false,if not ,peer will be deleted after hold-time
multihop-ttl = 100
[neighbors.route-reflector.config]
route-reflector-client = true
Expand Down

0 comments on commit 117c097

Please sign in to comment.