[OpenWrt-Devel] [PATCH v3] ipvs: Linux IP Virtual Server kernel modules (netfilter.mk patch)

John Crispin blogic at openwrt.org
Wed Mar 9 00:27:43 EST 2016


Hi,

the patch is line wrapped. please consider using git send-email to send
the patch to avoid these problems

	John

On 08/03/2016 21:11, Mauro Mozzarelli wrote:
> IPVS (IP Virtual Server) implements transport-layer load balancing inside the Linux
> kernel so called Layer-4 switching.
> IPVS running on a host acts as a load balancer at the front of a cluster of real
> servers, it can direct requests for TCP/UDP based services to the real servers, and
> makes services of the real servers to appear as a virtual service on a single IP
> address.
> 
> Signed-off-by: Mauro Mozzarelli <mauro at ezplanet.net>
> 

[...]

> +	CONFIG_IP_VS_DH \
> +	CONFIG_IP_VS_SH \
> +	CONFIG_IP_VS_SED \
> +	CONFIG_IP_VS_NQ \
> +	CONFIG_IP_VS_SH_TAB_BITS=8 \
> +	CONFIG_IP_VS_NFCT=n \
> +	CONFIG_NETFILTER_XT_MATCH_IPVS=n
> +
> +  FILES:=$(foreach mod,$(IPVS_MODULES),$(LINUX_DIR)/net/netfilter/ipvs/$(mod).ko) + 

it is broken here

> $(call AddDepends/ipt,+kmod-ipt-conntrack)
> +endef
> +$(eval $(call KernelPackage,nf-ipvs))
> +
> +define KernelPackage/nf-ipvs/description
> + IPVS (IP Virtual Server) implements transport-layer load balancing inside the Linux
> kernel + so called Layer-4 switching.

and here



> +endef
> 
>  define KernelPackage/ipt-nat
>    TITLE:=Basic NAT targets
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
> 
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


More information about the openwrt-devel mailing list