From 099e171f4eef499efc3406ef7d7343b03ef4cc4b Mon Sep 17 00:00:00 2001 From: ABC Date: Mon, 19 Mar 2018 18:06:23 +0300 Subject: [PATCH] Release 2.3 --- CREDITS | 2 +- NEWS | 9 +++++++++ README | 2 +- ipt_NETFLOW.c | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CREDITS b/CREDITS index ee20c84..f6e8224 100644 --- a/CREDITS +++ b/CREDITS @@ -45,7 +45,7 @@ Sign-off rule is that of the Linux kernel: Principal author and project maintainer: - ABC [2008-2015] + ABC [2008-2018] Compatibility layer is using code from Linux Kernel and should be diff --git a/NEWS b/NEWS index 53e5011..14e1ead 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,15 @@ ipt-netflow NEWS ================ +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. diff --git a/README b/README index e7c3678..b1670cf 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -ipt_NETFLOW linux 2.6.x-4.x kernel module by -- 2008-2016. +ipt_NETFLOW linux 2.6.x-4.x kernel module by -- 2008-2018. 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 diff --git a/ipt_NETFLOW.c b/ipt_NETFLOW.c index 2c21c5a..09706d2 100644 --- a/ipt_NETFLOW.c +++ b/ipt_NETFLOW.c @@ -1,6 +1,6 @@ /* * This is NetFlow exporting module (NETFLOW target) for linux - * (c) 2008-2016 + * (c) 2008-2018 * * * This program is free software: you can redistribute it and/or modify