diff --git a/bird/template/dn42.conf b/bird/template/dn42.conf index aa32fce..9cf236b 100644 --- a/bird/template/dn42.conf +++ b/bird/template/dn42.conf @@ -6,6 +6,7 @@ template bgp dn42_up0_new { import filter {if !function_dn42_bgp_import_from_upstream() then reject; accept; }; export filter {if !function_dn42_bgp_export_to_upstream0() then reject; accept; }; }; + ipv6 {import none;export none;}; } template bgp dn42_up1_new { @@ -16,6 +17,7 @@ template bgp dn42_up1_new { import filter {if !function_dn42_bgp_import_from_upstream() then reject; accept; }; export filter {if !function_dn42_bgp_export_to_upstream1() then reject; accept; }; }; + ipv6 {import none;export none;}; } template bgp dn42_ibgp_new { @@ -30,6 +32,7 @@ template bgp dn42_ibgp_new { import filter {if !function_dn42_ibgp_import() then reject; accept; }; export filter {if !function_dn42_ibgp_export() then reject; accept; }; }; + ipv6 {import none;export none;}; } @@ -42,4 +45,5 @@ template bgp dn42_ibgp_mp_new { import filter {if !function_dn42_ibgp_import() then reject; accept; }; export filter {if !function_dn42_ibgp_export() then reject; accept; }; }; + ipv6 {import none;export none;}; } \ No newline at end of file