Browse code

linux: IPV6 netfilter NAT table support

Change-Id: I949f51db355b00f7c9727fd494e09b4a3a6d64be
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/2885
Tested-by: gerrit-photon <photon-checkins@vmware.com>
Reviewed-by: Bo Gan <ganb@vmware.com>

Alexey Makhalov authored on 2017/06/07 10:16:29
Showing 2 changed files
... ...
@@ -1,6 +1,6 @@
1 1
 #
2 2
 # Automatically generated file; DO NOT EDIT.
3
-# Linux/x86 4.4.65 Kernel Configuration
3
+# Linux/x86 4.4.70 Kernel Configuration
4 4
 #
5 5
 CONFIG_64BIT=y
6 6
 CONFIG_X86_64=y
... ...
@@ -1121,7 +1121,9 @@ CONFIG_IP6_NF_TARGET_SYNPROXY=m
1121 1121
 CONFIG_IP6_NF_MANGLE=m
1122 1122
 CONFIG_IP6_NF_RAW=m
1123 1123
 # CONFIG_IP6_NF_SECURITY is not set
1124
-# CONFIG_IP6_NF_NAT is not set
1124
+CONFIG_IP6_NF_NAT=m
1125
+# CONFIG_IP6_NF_TARGET_MASQUERADE is not set
1126
+# CONFIG_IP6_NF_TARGET_NPT is not set
1125 1127
 CONFIG_BRIDGE_NF_EBTABLES=m
1126 1128
 CONFIG_BRIDGE_EBT_BROUTE=m
1127 1129
 CONFIG_BRIDGE_EBT_T_FILTER=m
... ...
@@ -2,7 +2,7 @@
2 2
 Summary:        Kernel
3 3
 Name:           linux
4 4
 Version:    	4.4.70
5
-Release:    	2%{?dist}
5
+Release:    	3%{?dist}
6 6
 License:    	GPLv2
7 7
 URL:        	http://www.kernel.org/
8 8
 Group:        	System Environment/Kernel
... ...
@@ -274,6 +274,8 @@ ln -sf %{name}-%{uname_r}.cfg /boot/photon.cfg
274 274
 /usr/share/perf-core
275 275
 
276 276
 %changelog
277
+*   Tue Jun 6 2017 Alexey Makhalov <amakhalov@vmware.com> 4.4.70-3
278
+-   [feature] IPV6 netfilter NAT table support
277 279
 *   Fri May 26 2017 Alexey Makhalov <amakhalov@vmware.com> 4.4.70-2
278 280
 -   Added ENA driver for AMI
279 281
 *   Thu May 25 2017 Alexey Makhalov <amakhalov@vmware.com> 4.4.70-1