remove static disable

This commit is contained in:
2026-05-03 17:03:03 +08:00
parent 687c67a019
commit c78ff0c3e9
5 changed files with 21 additions and 8 deletions

View File

@@ -12,7 +12,6 @@ protocol kernel {
ipv4 {
import none;
export filter {
if source = RTS_STATIC then reject;
if unet_is_valid_network_v4() then {
krt_prefsrc = UNET_V4_kernel;
accept;