This commit is contained in:
2026-04-14 14:26:28 +08:00
parent e446e10532
commit ec5c9ff353
3 changed files with 9 additions and 19 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_dn42_prefix: unexpected net.type ", net.type, " ", net; return false;
else: print "is_inet_prefix: unexpected net.type ", net.type, " ", net; return false;
}
}