PIX::Object::protocol - Class for "protocol" object-groups found in a PIX


PIX-Walker documentation  | view source Contained in the PIX-Walker distribution.

Index


NAME

Top

PIX::Object::protocol - Class for "protocol" object-groups found in a PIX config. A protocol group is used on access-lists to allow a line of an ACL to have multiple protocols on it (ip, tcp, udp, gmp, ah, es, etc...).

SYNOPSIS

Top

This is a subclass of PIX::Object that maintains a single object-group as read from a firewall config. You can list and search for elements in the list.

SEE ALSO

Top

PIX::Object

METHODS

Top

add($proto_or_grp, [$is_group])

Add a protocol or nested group to the object-group. If $is_group is true then $proto_or_grp will be recorded as a nested hostgroup name, and not a protocol name. Note: This logic is slightly different than the other PIX::Object sub-classes.

list( )

Returns a list of protocols from the object group. A plain list of protocol names are returned.

AUTHOR

Top

Jason Morriss <lifo 101 at - gmail dot com>

BUGS

Top

Please report any bugs or feature requests to bug-pix-walker at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=PIX-Walker. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

Top

    perldoc PIX::Walker

    perldoc PIX::Accesslist
    perldoc PIX::Accesslist::Line

    perldoc PIX::Object
    perldoc PIX::Object::network
    perldoc PIX::Object::service
    perldoc PIX::Object::protocol
    perldoc PIX::Object::icmp_type

COPYRIGHT & LICENSE

Top


PIX-Walker documentation  | view source Contained in the PIX-Walker distribution.