Revert "debug"

This reverts commit ec5c9ff353.
This commit is contained in:
2026-04-18 16:42:27 +08:00
parent ec5c9ff353
commit 682fb1b033
3 changed files with 19 additions and 9 deletions

View File

@@ -2,6 +2,6 @@ function is_self_net() {
case net.type {
NET_IP4: return net ~ is_inet_self_IPv4;
NET_IP6: return net ~ is_inet_self_IPv6;
else: print "is_inet_prefix: unexpected net.type ", net.type, " ", net; return false;
else: print "is_dn42_prefix: unexpected net.type ", net.type, " ", net; return false;
}
}