allow device renumber to an alias IP

This commit is contained in:
Oliver Gorwits
2015-04-26 23:13:20 +01:00
parent dadd7ba310
commit b208427834
3 changed files with 11 additions and 5 deletions

View File

@@ -193,7 +193,7 @@ __PACKAGE__->might_have(
Will update this device and all related database records to use the new IP
C<$new_ip>. Returns C<undef> if $new_ip seems invalid, otherwise returns the
Device row object.
Device row object. Does NOT update the device C<dns> field.
=cut