Messages in this thread |  | | | Date | Fri, 23 Jul 2010 12:44:51 +0200 | | From | Patrick McHardy <> | | Subject | Re: [patch v2.8 1/4] netfilter: xt_ipvs (netfilter matcher for IPVS) |
| |
Am 22.07.2010 09:35, schrieb Simon Horman: > From: Hannes Eder <heder@google.com> > > This implements the kernel-space side of the netfilter matcher xt_ipvs. > > [ minor fixes by Simon Horman <horms@verge.net.au> ] > Signed-off-by: Hannes Eder <heder@google.com> > Signed-off-by: Simon Horman <horms@verge.net.au> > > --- > > include/linux/netfilter/xt_ipvs.h | 27 ++++ > net/netfilter/Kconfig | 10 + > net/netfilter/Makefile | 1 > net/netfilter/ipvs/ip_vs_proto.c | 1 > net/netfilter/xt_ipvs.c | 189 +++++++++++++++++++++++++++++++++++++
I added xt_ipvs.h to Kbuild and applied the patch, thanks.
|  |