The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

App::Manoc::DB::Result::VlanRange - A model object representing the table vlan_range

VERSION

version 2.99.2

METHODS

get_mergeable_ranges

Return a resultset containing all ranges which can be merged with this one

split_new_range($name, $split_point, $direction)

Creating a new range called $name splitting the current one at id $split_point in the given $direction. Direction can be "UP" or "DOWN".

merge_with_range( $other )

Merge the range with an adjancent $other.

AUTHORS

  • Gabriele Mambrini <gmambro@cpan.org>

  • Enrico Liguori

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Gabriele Mambrini.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.