X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Faddr_block.pm;h=c5ddca7d03bf5f6949d287e90d3181b06946f846;hb=667a729f660ad4f871acd5eb3173303396543eeb;hp=c9305f6af805553528f60e0f1be2053e48cfd6a0;hpb=4eaa305a53b129021c3a40e9ed49196f4b4d8907;p=freeside.git diff --git a/FS/FS/addr_block.pm b/FS/FS/addr_block.pm index c9305f6af..c5ddca7d0 100755 --- a/FS/FS/addr_block.pm +++ b/FS/FS/addr_block.pm @@ -174,7 +174,7 @@ sub next_free_addr { my $self = shift; my $conf = new FS::Conf; - my @excludeaddr = $conf->config('excludeaddr'); + my @excludeaddr = $conf->config('exclude_ip_addr'); my @used = ( map { $_->NetAddr->addr } @@ -324,5 +324,7 @@ To be implemented. Minimum block size should be a config option. It's hardcoded at /30 right now because that's the smallest block that makes any sense at all. +=cut + 1;