mirror of
https://github.com/alice-lg/alice-lg.git
synced 2024-05-11 05:55:03 +00:00
updated example config with known communities
This commit is contained in:
@ -45,6 +45,12 @@ load_on_demand = true # Default: false
|
||||
6 = The Sender has set (peerRTTHigherDeny:ms) and the targets RTT ms >= then the ms in the community
|
||||
7 = The Sender has set (peerRTTLowerDeny:ms) and the targets RTT ms <= then the ms in the community
|
||||
|
||||
# Define Known Bgp Communities
|
||||
# Caveat: The usual : must be substitued by a _ because of ini parsing limitations.
|
||||
[bgp_communities]
|
||||
1_23 = some tag
|
||||
9033_65666_1 = ip bogon detected
|
||||
|
||||
#
|
||||
# Define columns for neighbours and routes table,
|
||||
# with <key> = <Table Header>
|
||||
|
Reference in New Issue
Block a user