$Id: README,v 1.6 2003/05/27 23:41:37 unimlo Exp $

**** NOTE: This is pre-alpha code!!!
****	- Interface is not final yet!
****    - Still lots of bugs! Need more testing!
****    - BGP integration not yet complete!
****	- Net::Netmask module required for this module to work not yet released!

Net::ACL version 0.02
=====================

The Net::ACL module allows a Perl program to do complex filtering and
manipulation of data in the same way as routers does with access-lists
and route-maps.

The access and control lists are generel and can handle any data that
perl can handle. The bundled matching and modification modules however
have been focused on data like IP addresses and data found in the BGP
protocol. Later other router data types may be added.

However adding simple matching rules or modification rules for other
complex data types are simple.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

  Scalar::Util
  Net::Netmask
  Cisco::Reconfig

To have the BGP features functioning you also need:

  Net::BGP version 0.04 or newer.

COPYRIGHT AND LICENCE

Copyright (C) 2003 Martin Lorensen, All rights reserved.  This program is free
software; you can redistribute it and/or modify it under the same terms as
Perl itself.

http://www.martin.lorensen.dk/
