1
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user