This commit is contained in:
2026-05-23 17:35:37 +08:00
parent ca4a406afc
commit b903422ec6
8 changed files with 35 additions and 175 deletions

View File

@@ -3,7 +3,6 @@ ipv6 table t102v6;
ipv4 table inet4;
ipv6 table inet6;
ipv4 table dn42v4;
ipv6 table dn42v6;
ipv4 table unet4;
ipv6 table unet6;
ipv4 table ospf4;

View File

@@ -13,7 +13,6 @@ function unet_is_valid_network_v4_allnet(){
function unet_is_voalid_net_v6(){
if is_self_net() then return true;
if is_dn42_self_net() then return true;
return false;
}