linux/2.6.32: fix layer7 patch
SVN-Revision: 31586
This commit is contained in:
parent
9a91dc9f71
commit
7ffa3fe02c
1 changed files with 3 additions and 3 deletions
|
@ -2132,10 +2132,10 @@
|
|||
+module_exit(xt_layer7_fini);
|
||||
--- a/include/linux/netfilter/Kbuild
|
||||
+++ b/include/linux/netfilter/Kbuild
|
||||
@@ -45,6 +45,7 @@ header-y += xt_hashlimit.h
|
||||
header-y += xt_helper.h
|
||||
@@ -28,6 +28,7 @@ header-y += xt_esp.h
|
||||
header-y += xt_hashlimit.h
|
||||
header-y += xt_iprange.h
|
||||
header-y += xt_ipvs.h
|
||||
header-y += xt_helper.h
|
||||
+header-y += xt_layer7.h
|
||||
header-y += xt_length.h
|
||||
header-y += xt_limit.h
|
||||
|
|
Loading…
Reference in a new issue