/*
** SellaNMS
** $Id: BUGS,v 1.14 2006/01/24 05:46:56 sella Exp $
** Copyright (c) 2001-2006 Digital Genesis Software. All Rights Reserved.
** Released under the GPL Version 2 License.
** http://www.digitalgenesis.com
*/

WebGUI w/PHP5
-------------
PHP 5.1 doesn't work out of the box with the SellaNMS WebGUI. Until a proper fix is available, enable PHP4 compatibility mode for PHP5 by setting 'zend.ze1_compatibility_mode = On' in your php.ini file and restarting Apache. The php.ini file usually exists in /usr/local/lib/ or /usr/lib/.


Major Bugs
----------

If a table is missing from the database, sella_nms will seg-fault. Believed to be a bug in libdbi. (Seg-fault in libdbi _disjoin_from_conn()).

If a SQL delete fails due to a corrupt table, sella_nms will seg-fault. Believed to be a bug in libdbi.


Minor Bugs
----------

Sub-policies don't get compiled and therefore fail, unless they are listed in a policy import/export statement within the main config. This forces them to be compiled and available for execution within the sub-policy execution call.

Interfaces with multiple IP's within the same netblock, build connections to themselves (eg: MILW-HAGG-01: ae0.996)

If autoconf is run on a RH6.2 box, the configure script fails to compile with STLPort with gcc 2.95.3. Workaround is to run autoconf on another box and just use the configure script on the RH6.2 box.
