Update bird.conf.tmpl

This commit is contained in:
Manevolent 2022-12-17 01:24:11 -07:00 committed by GitHub
parent 8059c8789c
commit 665c8bcd1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -179,6 +179,7 @@ protocol kernel { # Primary routing table
learn; # Learn alien routes from the kernel
persist; # Don't remove routes on bird shutdown
scan time 10; # Scan kernel routing table every 10 seconds
graceful restart;
ipv4 {
table ${netname:-lixonet}_v4;
import filter kernel_import_filter_v4; # Import anything we allow from the kernel