diff --git a/bird/net/unet.conf b/bird/net/unet.conf index 93ee29f..fee9d3c 100644 --- a/bird/net/unet.conf +++ b/bird/net/unet.conf @@ -19,8 +19,8 @@ template bgp unet_bgp_up0 { }; import limit 9000 action block; }; - ipv4 { - table unet4; + ipv6 { + table unet6; import filter { if !unet_is_voalid_net_v6() then reject; if unet_is_self_net_v6() then reject;