Update example config
This commit is contained in:
parent
bac0119f1b
commit
f2a75fdaba
@ -202,9 +202,13 @@ blackholes = 10.23.6.666, 10.23.6.665
|
||||
[source.rs0-example-v4.birdwatcher]
|
||||
api = http://rs1.example.com:29184/
|
||||
# single_table / multi_table
|
||||
## Note: arouteserver generates single_table configurations.
|
||||
## if you set multi_table on a single table BIRD configuration, it will look
|
||||
## like all routes are filtered
|
||||
type = multi_table
|
||||
|
||||
main_table = master4 # default is master in bird1x
|
||||
main_table = master4 # default is "master" in bird1x
|
||||
# In type=single_table, peer_table_prefix and pipe_protocol_prefix are not used
|
||||
peer_table_prefix = T
|
||||
pipe_protocol_prefix = M
|
||||
# Timeout in seconds to wait for the status data (only required if enable_neighbors_status_refresh is true)
|
||||
@ -213,6 +217,10 @@ neighbors_refresh_timeout = 2
|
||||
# Optional:
|
||||
show_last_reboot = true
|
||||
|
||||
servertime = 2006-01-02T15:04:05Z07:00
|
||||
servertime_short = 2006-01-02 15:04:05
|
||||
servertime_ext = 2006-01-02 15:04:05
|
||||
|
||||
[source.rs1-example-v6]
|
||||
name = rs1.example.com (IPv6)
|
||||
[source.rs1-example-v6.birdwatcher]
|
||||
|
Loading…
x
Reference in New Issue
Block a user