From f2a75fdabacdb447a6ac741d7d0bdabdf02022d1 Mon Sep 17 00:00:00 2001 From: Jonathan Lassoff Date: Tue, 30 Jan 2024 01:39:22 -0800 Subject: [PATCH] Update example config --- etc/alice-lg/alice.example.conf | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/etc/alice-lg/alice.example.conf b/etc/alice-lg/alice.example.conf index ec35f9b..862e4e6 100644 --- a/etc/alice-lg/alice.example.conf +++ b/etc/alice-lg/alice.example.conf @@ -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]