X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Faddr_range.pm;h=18ae1e2ea9432ef2da82dcaa7e5cb5c6ecb81abf;hb=430b2c784d2ee9ea5be00b821d2dbd27279ef132;hp=5faa4438a1bf4a93a263dd512d4bf57e50bf1756;hpb=a4c1077430ac3b053c30084dcf76c54be45dca08;p=freeside.git diff --git a/FS/FS/addr_range.pm b/FS/FS/addr_range.pm index 5faa4438a..18ae1e2ea 100644 --- a/FS/FS/addr_range.pm +++ b/FS/FS/addr_range.pm @@ -219,11 +219,6 @@ sub desc { $status_desc{ $self->status }; } -sub allow_auto { - my $self = shift; - $status_allow_auto{ $self->status }; -} - sub allow_use { my $self = shift; $status_allow_use{ $self->status }; @@ -250,7 +245,7 @@ sub any_contains { L objects have netmasks. When using them to represent range endpoints, be sure to set the netmask to I so that math on the address doesn't stop at the subnet boundary. (The default is /32, -which doesn't work very well. Address ranges ignore subnet boundaries. +which doesn't work very well. Address ranges ignore subnet boundaries.) =head1 BUGS