aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesper Dangaard Brouer <brouer@redhat.com>2019-12-24 14:20:30 +0100
committerJesper Dangaard Brouer <brouer@redhat.com>2019-12-24 14:20:30 +0100
commita0e3834fbe85754dd221bc0d1c0c1eb46e12aa51 (patch)
treef133b7668dde59ae417f3df20393cedcedf697d0
parente904a8cd1d77129b5a97a3cb9caa72e31b772672 (diff)
downloadipvsadm-a0e3834fbe85754dd221bc0d1c0c1eb46e12aa51.tar.gz
Release: Version 1.31v1.31
This release add support for configuring tunneling with GRE or GUE encapsulation. See manpage ipvsadm(8) for --tun-type and --tun-info, plus more specific --tun-xxxx options for adjustments. Plus some manpage adjustments. The related kernel side commits: - v5.3: 6aedd14b25db ("ipvs: strip gre tunnel headers from icmp errors") - v5.3: 6f7b841bc939 ("ipvs: allow tunneling with gre encapsulation") - v5.3: 29930e314da3 ("ipvs: add checksum support for gue encapsulation") - v5.3: 508f744c0de3 ("ipvs: strip udp tunnel headers from icmp errors") - v5.3: 2aa3c9f48bc2 ("ipvs: add function to find tunnels") - v5.2: 84c0d5e96f3a ("ipvs: allow tunneling with gue encapsulation") This release is based on the kernel.org git tree: https://git.kernel.org/cgit/utils/kernel/ipvsadm/ipvsadm.git/ You can download the tarballs from: https://kernel.org/pub/linux/utils/kernel/ipvsadm/ Git tree: git://git.kernel.org/pub/scm/utils/kernel/ipvsadm/ipvsadm.git Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
-rw-r--r--VERSION2
-rw-r--r--ipvsadm.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 57432cb..d0911c8 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.30
+1.31
diff --git a/ipvsadm.c b/ipvsadm.c
index 7584f39..edbe1ef 100644
--- a/ipvsadm.c
+++ b/ipvsadm.c
@@ -118,7 +118,7 @@
#include "libipvs/libipvs.h"
#define IPVSADM_VERSION_NO "v" VERSION
-#define IPVSADM_VERSION_DATE "2019/07/02"
+#define IPVSADM_VERSION_DATE "2019/12/24"
#define IPVSADM_VERSION IPVSADM_VERSION_NO " " IPVSADM_VERSION_DATE
#define MAX_TIMEOUT (86400*31) /* 31 days */