Net::Route::Parser(3pm) | User Contributed Perl Documentation | Net::Route::Parser(3pm) |
Net::Route::Parser - Internal class
Not used directly.
Revision $Revision: 363 $.
This is a base class for the system-specific parsers. It is not usable directly (abstract).
System-specific parsers should inherit from this class to obtain common functionality.
This interface is subject to change until version 1.
from_system()
Implementation of "Net::Route::Table::from_system()".
command_line() [pure virtual]
What you want to read the information from, as either:
Implement this in subclasses.
parse_routes( $text_lines_ref ) [pure virtual]
Reads and parses the routes from the output of the command, returns an arrayref of Net::Route objects.
create_ip_object ( $address, $mask )
Factory of NetAddr::IP objects for centralized error management. Dies if the arguments do not constitute a valid IP or network address.
Created by Alexandre Storoz, "<astoroz@straton-it.fr>"
Maintained by Thomas Equeter, "<tequeter@straton-it.fr>"
Copyright (C) 2009 Straton IT.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2022-06-30 | perl v5.34.0 |