/*
** Sella NMS
** $Id: BUGS,v 1.6 2005/01/20 03:52:00 sella Exp $
** Copyright (c) 2001-2005 Digital Genesis Software. All Rights Reserved.
** Released under the GPL Version 2 License.
** http://www.digitalgenesis.com
*/

Known Bugs
----------

All entries below are known bugs in the current version of Sella NMS.

For an update on this infomration visit http://bugzilla.digitalgenesis.com.

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.

Daemon will randomly segfault on exit after a SIGTERM. Seems more common when using 'resident' modules. Does not affect SIGHUP, or normal operation.

There is a minor memory leak. It seems to be the ICMP monitoring module or the policy framework.
