Skip to content

Commit

Permalink
Release 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aabc committed Feb 21, 2016
1 parent f70fa76 commit 18e808d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
ipt-netflow NEWS
================

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:
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ipt_NETFLOW linux 2.6.x-4.x kernel module by <abc@telekom.ru> -- 2008-2015.
ipt_NETFLOW linux 2.6.x-4.x kernel module by <abc@telekom.ru> -- 2008-2016.

High performance NetFlow v5, v9, IPFIX flow data export module for Linux
kernel. Created to be useful for highly loaded linux router. It should be
Expand Down
4 changes: 2 additions & 2 deletions ipt_NETFLOW.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* This is NetFlow exporting module (NETFLOW target) for linux
* (c) 2008-2015 <abc@telekom.ru>
* (c) 2008-2016 <abc@telekom.ru>
*
*
* This program is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -86,7 +86,7 @@
# undef CONFIG_NF_NAT_NEEDED
#endif

#define IPT_NETFLOW_VERSION "2.1" /* Note that if you are using git, you
#define IPT_NETFLOW_VERSION "2.2" /* Note that if you are using git, you
will see version in other format. */
#include "version.h"
#ifdef GITVERSION
Expand Down

0 comments on commit 18e808d

Please sign in to comment.