/*
** SellaNMS
** $Id: BUGS,v 1.15 2006/01/25 04:40:06 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
-------------
PHP5 doesn't appear to work with the SellaNMS WebGUI. Until a proper fix is available, either downgrade to PHP4 (4.2.2 is known to work), or try adjusting your php.ini. If someone finds the correct combination of adjustments to the php.ini file, please share them with us.


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.
