update irr-filter & import limit
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-03-03 15:26:41 +00:00
parent 40f4df84d5
commit 43aed88e79
3 changed files with 6 additions and 4 deletions

View File

@ -22,5 +22,7 @@ template bgp pub_downstream {
ipv6 {
import where downstream_import_filter(6939);
export where downstream_export_filter(6939);
import limit 50;
};
}