Skip to content

Commit

Permalink
Merge pull request CESNET#191 from CESNET/new-version
Browse files Browse the repository at this point in the history
ipfixprobe: increased version (4.11), updated ChangeLog, released RPM…
  • Loading branch information
SiskaPavel authored Oct 18, 2023
2 parents 266dab4 + 8ea1a11 commit cfc02c2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2023-10-18 ipfixprobe-4.11.0
* ipfix - propose new variable (ipfix template refresh rate)
* vlan plugin: fix ipfix output

2023-10-03 ipfixprobe-4.10.0
* dpdk: improvement of config and init script
* QUIC: bugfixes and checks
Expand Down
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
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
2023-10-17 (Pavel Siska): ipfix - add configuration option for template refresh rate (UDP)
2023-10-17 (Pavel Siska): vlan plugin: fix invalid return code from fill_ipfix()
2023-09-14 (Jakub Antonín Štigler): mpls - add description to readme
2023-09-14 (Jakub Antonín Štigler): Introduce mpls plugin
2023-09-14 (Jakub Antonín Štigler): ipfix - Add mpls label element
2023-09-14 (Jakub Antonín Štigler): Parser - extract mpls
2023-09-14 (Jakub Antonín Štigler): Packet - Add mpls field

2023-10-03 (Tomas Cejka): Merge pull request #185 from CESNET/dpdkinit
2023-09-30 (Tomas Cejka): dpdk: propose new variables to control init by ipfixprobed
2023-09-25 (SiskaPavel): Merge pull request #184 from CESNET/vlan_plugin_ipfix_fix
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([ipfixprobe], [4.10.0], [[email protected]])
AC_INIT([ipfixprobe], [4.11.0], [[email protected]])

AC_CONFIG_SRCDIR([main.cpp])
AC_CONFIG_HEADERS([config.h])
Expand Down

0 comments on commit cfc02c2

Please sign in to comment.