pkgsrc/net/ntop/patches/patch-ac
adam 6345ae8ce1 Changes 4.0:
* Partially rewritten ntop processing engine to address reliability and
  performance
* Several bugs and stability issues fixed
* Added better support for IPFIX and NetFlow v9, as well as ntop PEN
 (Private Enterprise Number)
* Added support for Cisco ASA firewalls
* Added ntop engine scriptability via the python programming language
* Added RRDalarm plugin for generating alerts based on thresholds
* Improved google maps integration
* Enhanced sFlow support
2010-07-22 21:10:52 +00:00

13 lines
372 B
Text

$NetBSD: patch-ac,v 1.8 2010/07/22 21:10:52 adam Exp $
--- initialize.c.orig 2010-07-20 20:46:07.000000000 +0000
+++ initialize.c
@@ -365,7 +365,7 @@ void initCounters(void) {
setDomainName();
-#ifdef INET6
+#if 0
_in6addr_linklocal_allnodes.s6_addr[0] = 0xff;
_in6addr_linklocal_allnodes.s6_addr[1] = 0x02;
_in6addr_linklocal_allnodes.s6_addr[2] = 0x00;