mirror of
https://github.com/alice-lg/birdwatcher.git
synced 2025-03-09 00:00:05 +01:00
introduced configuration for multitable setups
This commit is contained in:
parent
58bb10469c
commit
eac36f3773
1 changed files with 9 additions and 0 deletions
|
@ -54,3 +54,12 @@ birdc = "/sbin/birdc6"
|
|||
[parser]
|
||||
# Remove fields e.g. interface
|
||||
filter_fields = []
|
||||
|
||||
|
||||
[multitable]
|
||||
# Enable support for multitable configurations
|
||||
enabled = true
|
||||
peer_protocol_prefix = 'ID'
|
||||
pipe_protocol_prefix = 'P'
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue