File: NEWS

package info (click to toggle)
iptables-netflow 2.6-7.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,472 kB
  • sloc: ansic: 6,823; sh: 896; ruby: 619; makefile: 239
file content (119 lines) | stat: -rw-r--r-- 3,972 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
ipt-netflow NEWS
================

2.6 (2021-05-15)
    * Minor feature and maintenance release.
       - Compilation compatibility with kernel 5.12.
       - Add ipVersion (60) support.
       - Optionally seed initial template ID from PRNG.
       - Compilation improvements.

2.5.1 (2020-08-12)
    * Maintenance release.
       - Fix soft lockup on kernels with xtables targets used via nftables.
       - Fix compilation with Linux 5.8 and with CentOS 8.

2.5 (2020-04-24)
    * Minor maintenance release.
       - Compilation compatibility with kernels up to 5.6.
       - Performance improvements by Vadim Fedorenko.
       - Small code fixes and typo corrections.

2.4 (2019-06-23)
    * Minor maintenance release.
       - Compilation compatibility with kernels up to 5.2.
       - README, CREDITS update.

2.3 (2018-03-19)

    * Minor feature and Maintenance release.
       - Compatibility with latest kernels.
       - Allow to set engine_id (observationDomainId).
       - Cross-compilation support.
       - OpenWRT support.
       - Allow binding destination socket to IP and interface.

2.2 (2016-02-21)

    * Minor feature and Maintenance release.
       - Decapsulate MPLS in promisc mode and MPLS-aware NetFlow feature.
       - Export flowEndReason for IPFIX.
       - Promics mode improvements.
       - Allow export destination to be IPv6 address.
       - Move flows list from debugfs to proc.
       - Compilation compatibility with latest kernels.
       - Code is Coverity scanned.

2.1 (2014-02-08)

    * Options Templates support (V9 and IPFIX). Which let to implement:
       - Flow Sampling (random, deterministic, and hash modes) for all types
	 of NetFlow protocols (V5, V9, IPFIX).
       - Export Statistics (metering, exporting, sampling) and Configuration.
       - Export Interface list (ifName, ifDescr).
    * Promisc hack (no need to patch kernel anymore).
    * SNMP monitoring interface and agent (via net-snmp dlmod).
    * More compilation compatibility with recent kernels, grsecurity kernels,
      Gentoo, Debian, Centos. DKMS install support.
    * Minor features: IPSec flows, Direction Element. Removed support for
      CONNMARK. Bug fixes and improvements.
    * irqtop tool (ruby).

2.0.1 (2014-09-04)

    * Minor fixes for 2.0 release.

2.0 (2014-08-07)

    * This is major release with a lot of new features and improvements, such
      as:
	- Support of NetFlow v9 and IPFIX.
	- IPv6 support.
	- NAT translation events (NEL).
	- Additional options is SNMP-index translation rules, Ethernet Type,
	  VLAN, and MAC addresses exporting.
        - Performance improvements (tested to work well on 10Gbit load).
	- Stability improvements and bug fixes.

1.8 (2012-07-02)

    * This is minor bug fix release with small improvements.

1.7.1 (2011-04-04)

    * This is minor release with improved compilation compatibility and small
      improvements.

1.7 (2011-01-30)

    * This version have improved compilation compatibility with latest Linux
      kernels (2.6.36.3 and 2.6.27) and bunch of small improvements.

    * Since version 1.7 ipt-netflow's repository moved to Git SCM. Use of CVS
      repository is deprecated.

1.5.1 (2009-03-14)

    * This version have improved compliance to NetFlow standard and
      compatibility with iptables/xtables 1.4.x. Added options to configure
      script for manual customization.

1.4 (2008-12-23)

    * This version have restored compatibility with popular kernel 2.6.18,
      added configure script, statistics improvements, some fixes for 64-bit
      platforms, and minor performance tune up.

1.2 (2008-11-15)

    * This version have stability enhancements, documentation improvements, IP
      frag support, better statistics.

1.1 (2008-08-06)

    * This version updated compatibility with latest (2.6.26) Linux kernel, have
      more support for promisc patch, and minor fixes.

1.0 (2008-07-12)

    * First release tested in production environment.