Expand DN42 allocation to 172.20.170.192/27

This commit is contained in:
graffen 2018-09-08 13:10:48 +00:00
parent 706218c5b8
commit e3b4b19a2f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ define OWNAS = 4242423934;
define OWNIP = 172.20.170.192;
function is_self_net() {
return net ~ [172.20.170.192/28+];
return net ~ [172.20.170.192/27+];
}
function is_valid_network() {