Typo in the local net definition

This commit is contained in:
graffen 2018-09-12 09:13:49 +00:00
parent 60e88aac72
commit d447df80a6
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ define OWNIP = 172.20.170.192;
define DN42_REGION = 41;
function is_self_net() {
return net ~ [172.20.170.192/27+];
return net ~ [172.20.170.192/27];
}
function is_valid_network() {