[linux] 01/01: netfilter: Enable NF_DUP_NETDEV / NFT_DUP_NETDEV / NFT_FWD_NETDEV as module

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Fri May 13 10:27:48 UTC 2016


This is an automated email from the git hooks/post-receive script.

rosh-guest pushed a commit to branch sid
in repository linux.

commit 1f6b038c6f3459e87bdb2076fbe960d02953768c
Author: Roger Shimizu <rogershimizu at gmail.com>
Date:   Fri May 13 19:26:17 2016 +0900

    netfilter: Enable NF_DUP_NETDEV / NFT_DUP_NETDEV / NFT_FWD_NETDEV as module
    
    Recommended by Arturo Borrero Gonzalez.
---
 debian/changelog     | 4 ++++
 debian/config/config | 3 +++
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 30cccb4..f9ef705 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -85,6 +85,10 @@ linux (4.5.4-1) UNRELEASED; urgency=medium
   * [i386] Stop recommending libc6-i686.
   * [arm,x86] Fix memory corruption in KVM with THP enabled.
 
+  [ Roger Shimizu ]
+  * netfilter: Enable NF_DUP_NETDEV / NFT_DUP_NETDEV / NFT_FWD_NETDEV
+    as module, as recommended by Arturo Borrero Gonzalez.
+
  -- Aurelien Jarno <aurel32 at debian.org>  Tue, 10 May 2016 23:58:07 +0200
 
 linux (4.5.3-2) unstable; urgency=medium
diff --git a/debian/config/config b/debian/config/config
index 7f9a54f..5f2968d 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -6322,6 +6322,9 @@ CONFIG_NFT_NAT=m
 CONFIG_NFT_QUEUE=m
 CONFIG_NFT_REJECT=m
 CONFIG_NFT_COMPAT=m
+CONFIG_NF_DUP_NETDEV=m
+CONFIG_NFT_DUP_NETDEV=m
+CONFIG_NFT_FWD_NETDEV=m
 CONFIG_NETFILTER_XTABLES=m
 CONFIG_NETFILTER_XT_SET=m
 CONFIG_NETFILTER_XT_TARGET_AUDIT=m

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list