## Sentry Firewall CD-ROM -- [www.SentryFirewall.com]
## Obsid@Sentry.net
## http://www.sentryfirewall.com/files/sentrycd/docs/TODO

## This is a TODO list outlining some of my planned enhancements that I would like
## to eventually add to the Sentry Firewall CD project(SENTRYCD Branch).  As you may
## notice, many of the enhancements mentioned here will likely get added to every
## branch.


## New Configuration Features:
- Redundant Configuration
  * Similar to the 'include' statement, this should allow a user to specify multiple
    locations from which to retrieve system files or backup configuration files in case
    the primary system/configuration files are irretrievable.
  * Perhaps a block like configuration, for example:
       <shadow>  ## Replace shadow file.
         primary /floppy/config1/shadow
         secondary scp://user:pass@1.1.1.1:/config/shadow
         secondary ......
       </shadow>

- Static Interface Setup
  * We already allow dynamic configuration on a per interface basis for the purposes
    of configuration via scp/sftp/ftp/http(s), so this shouldn't be too difficult.

- Static/Dynamic Routing
  * Setup within the configuration file.

- Cisco ACL Parsing within sentry.conf.
  * Won't parse all types of ACLs, but should be easy enough.

- Directive in sentry.conf to create directories at boot time.

## Bugs
- See "BUGS" File.





## _EOF_ ##
