o VLAN accounting has been added.
o Distributed accounting support has been added.
o When using "pmacctd", assigning an Agent ID to the daemon is
allowed; when using "nfacctd", mapping the IP address of a
router exporting Netflow packets to an ID is allowed.
o MAC address query capabilties were added to the pmacct client.
Thou shalt obey ${PREFIX} no matter what nagios-plugins does, so create
the plugins directory if it doesn't exist.
Fix package list to use EXAMPLESDIR correctly.
Don't use bsd.port.(pre|post).mk unnecessarily.
Approved by: eik
decrease the likelihood of erronous command execution and
to maintain all network services from a central point,
EnderUNIX SDT anounces the availability of its 9th open-source tool,
netUstad.
It has been coded in C language and includes its own HTTP server.
The newly anounced version provides a web interface for
system administrators to add/delete/update IPFW rulesets.
You can manage your IPFW firewall via a TCP/IP connected remote PC, easily.
Development version icludes modules to manage whole
network services (routing tables, network interfaces)
PR: ports/69176
Submitted by: Ozkan KIRIK <ozkan@enderunix.org>
Approved by: krion (mentor) (implicitly)
This package contains a small Lightweight Flow Accounting (LFAP)
server and LFAP API library. LFAP open solution to delivering
accounting data from Riverstone Networks Switches and Routers.
You can use the sfas program to obtain micro-flow information
from a Riverstone switch running either in Layer 4 bridging
mode, routing or MPLS LSPs. Data that can be collected includes
everything from an IPv4 header and UDP headers and the src/dst
port from a TCP header.
WWW: http://www.riverstonenet.com/support/nmops/
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
- A new network daemon, nfacctd, was introduced. It listens for
Netflow V1/V5 packets coming from the network, and then
processes data as pmacctd does.
- pmacctd's IP fragmentation handling has been strongly
enhanced.
(libpcapnav-support is disabled because libpcapnav links against libpcap.so
from base and the port itself links against libpcap.a from the port. I
haven't checked if this would indeed cause problems, but sounds like asking
for trouble to me)
Closes PR: ports/64866
Submitted by: Gaspar Chilingarov
Approved by: maintainer timeout
o Fix typo about WITHOUT_PERL knob. (1)
o Unbreak on -current after mbuf allocator changes. (2)
Submitted by: ceri (1)
Complained from: many people (2)