diff options
author | uvok cheetah | 2024-07-21 14:05:08 +0200 |
---|---|---|
committer | uvok cheetah | 2024-07-21 14:05:17 +0200 |
commit | 934e7660c90f5863eefbcf145a3ef988542fb2dc (patch) | |
tree | 303aa39a21bc28dcdd5acccfceedb60be58fd9e3 /roles/uvok_bird/templates | |
parent | faefd5cda8a0d24b090f7b9c9952d4464a262a49 (diff) |
bird: Add IRR filter
also, remove "direct neighbor" preference
Diffstat (limited to 'roles/uvok_bird/templates')
-rw-r--r-- | roles/uvok_bird/templates/clear_defines.conf.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/uvok_bird/templates/clear_defines.conf.j2 b/roles/uvok_bird/templates/clear_defines.conf.j2 index 40b6bca..15e67cf 100644 --- a/roles/uvok_bird/templates/clear_defines.conf.j2 +++ b/roles/uvok_bird/templates/clear_defines.conf.j2 @@ -24,3 +24,4 @@ define FILTER_PROBLEM_PREFIX = 202; define FILTER_LONG_ASPATH = 203; define FILTER_SMALL_V6_PREFIX = 204; define FILTER_ROA_RPKI = 205; +define FILTER_IRR = 206; |