Skip to content

Commit cfc02c2

Browse files
authored
Merge pull request #191 from CESNET/new-version
ipfixprobe: increased version (4.11), updated ChangeLog, released RPM…
2 parents 266dab4 + 8ea1a11 commit cfc02c2

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2023-10-18 ipfixprobe-4.11.0
2+
* ipfix - propose new variable (ipfix template refresh rate)
3+
* vlan plugin: fix ipfix output
4+
15
2023-10-03 ipfixprobe-4.10.0
26
* dpdk: improvement of config and init script
37
* QUIC: bugfixes and checks

NEWS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
2023-10-17 (Pavel Siska): ipfix - propose new variables (ipfix template refresh rate) to control init by ipfixprobed The description of new variables was added into link0.conf.example: TEMPLATE_REFRESH_RATE
2+
2023-10-17 (Pavel Siska): ipfix - add configuration option for template refresh rate (UDP)
3+
2023-10-17 (Pavel Siska): vlan plugin: fix invalid return code from fill_ipfix()
4+
2023-09-14 (Jakub Antonín Štigler): mpls - add description to readme
5+
2023-09-14 (Jakub Antonín Štigler): Introduce mpls plugin
6+
2023-09-14 (Jakub Antonín Štigler): ipfix - Add mpls label element
7+
2023-09-14 (Jakub Antonín Štigler): Parser - extract mpls
8+
2023-09-14 (Jakub Antonín Štigler): Packet - Add mpls field
9+
110
2023-10-03 (Tomas Cejka): Merge pull request #185 from CESNET/dpdkinit
211
2023-09-30 (Tomas Cejka): dpdk: propose new variables to control init by ipfixprobed
312
2023-09-25 (SiskaPavel): Merge pull request #184 from CESNET/vlan_plugin_ipfix_fix

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([ipfixprobe], [4.10.0], [[email protected]])
5+
AC_INIT([ipfixprobe], [4.11.0], [[email protected]])
66

77
AC_CONFIG_SRCDIR([main.cpp])
88
AC_CONFIG_HEADERS([config.h])

0 commit comments

Comments
 (0)