mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-20 19:44:56 +02:00
Compare commits
2 Commits
ca84ee8e15
...
v3.10
Author | SHA1 | Date | |
---|---|---|---|
![]() |
37f19c6b96 | ||
![]() |
73b96e25e4 |
@@ -1,4 +1,4 @@
|
|||||||
AC_INIT([xtables-addons], [3.9])
|
AC_INIT([xtables-addons], [3.10])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
AC_CONFIG_HEADERS([config.h])
|
AC_CONFIG_HEADERS([config.h])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
@@ -57,7 +57,7 @@ if test -n "$kbuilddir"; then
|
|||||||
echo "WARNING: Version detection did not succeed. Continue at own luck.";
|
echo "WARNING: Version detection did not succeed. Continue at own luck.";
|
||||||
else
|
else
|
||||||
echo "$kmajor.$kminor.$kmicro.$kstable in $kbuilddir";
|
echo "$kmajor.$kminor.$kmicro.$kstable in $kbuilddir";
|
||||||
if test "$kmajor" -gt 5 -o "$kmajor" -eq 5 -a "$kminor" -gt 6; then
|
if test "$kmajor" -gt 5 -o "$kmajor" -eq 5 -a "$kminor" -gt 8; then
|
||||||
echo "WARNING: That kernel version is not officially supported yet. Continue at own luck.";
|
echo "WARNING: That kernel version is not officially supported yet. Continue at own luck.";
|
||||||
elif test "$kmajor" -eq 5 -a "$kminor" -ge 0; then
|
elif test "$kmajor" -eq 5 -a "$kminor" -ge 0; then
|
||||||
:
|
:
|
||||||
|
@@ -1,3 +1,8 @@
|
|||||||
|
v3.10 (2020-07-28)
|
||||||
|
==================
|
||||||
|
- Support for up to Linux 5.8
|
||||||
|
|
||||||
|
|
||||||
v3.9 (2020-02-25)
|
v3.9 (2020-02-25)
|
||||||
=================
|
=================
|
||||||
- Support for Linux 5.6 procfs changes
|
- Support for Linux 5.6 procfs changes
|
||||||
|
@@ -46,7 +46,7 @@ Contains the binding table for the given \fIsubnet/mask\fP. Each line contains
|
|||||||
\fBprenat address\fR, \fBpostnat address\fR, \fBttl\fR (seconds until the entry
|
\fBprenat address\fR, \fBpostnat address\fR, \fBttl\fR (seconds until the entry
|
||||||
times out), \fBlasthit\fR (last hit to the entry in seconds relative to system
|
times out), \fBlasthit\fR (last hit to the entry in seconds relative to system
|
||||||
boot time). Please note that the \fBttl\fR and \fBlasthit\fR entries contain an
|
boot time). Please note that the \fBttl\fR and \fBlasthit\fR entries contain an
|
||||||
'\fBS\fR' in case of a static binding.
|
\(oq\fBS\fR\(cq in case of a static binding.
|
||||||
.TP
|
.TP
|
||||||
\fB/proc/net/xt_DNETMAP/\fR\fIsubnet\fR\fB_\fR\fImask\fR\fB_stat\fR
|
\fB/proc/net/xt_DNETMAP/\fR\fIsubnet\fR\fB_\fR\fImask\fR\fB_stat\fR
|
||||||
Contains statistics for a given \fIsubnet/mask\fP. The line contains four
|
Contains statistics for a given \fIsubnet/mask\fP. The line contains four
|
||||||
|
Reference in New Issue
Block a user