update
This commit is contained in:
@@ -23,3 +23,11 @@ function is_unet_self_net() {
|
||||
else: print "is_unet_prefix: unexpected net.type ", net.type, " ", net; return false;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
function unet_is_valid_network() {
|
||||
case net.type {
|
||||
NET_IP4: return unet_is_valid_network_v4_allnet();
|
||||
NET_IP6: return unet_is_voalid_net_v6();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user