Re: [LEDE-DEV] [PATCH] Add ip_vs kernel netfilter modules to enable load balancing, capabilities

2017-03-03 Thread Richard Kunze
Hi Mauro, I am afraid no luck with send-email: $ git send-email git: 'send-email' is not a git command. See 'git --help'. $ git --version git version 2.7.4 $ uname -a Linux sirius.ezplanet.org 4.4.0-64-generic #85-Ubuntu SMP Mon Feb 20 11:50:30 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

Re: [LEDE-DEV] [PATCH] Add ip_vs kernel netfilter modules to enable load balancing capabilities

2017-03-01 Thread Mauro Mozzarelli
@John, I send this patch using git send-email. Please let me know if this one is OK. Please note that patches sent previously are superseded by this version. Mauro On 28/02/17 15:54, ma...@ezplanet.org wrote: From: Mauro Mozzarelli IPVS (IP Virtual Server) implements

Re: [LEDE-DEV] [PATCH] Add ip_vs kernel netfilter modules to enable load balancing, capabilities

2017-02-28 Thread Kevin Darbyshire-Bryant
On 28/02/17 12:28, Mauro Mozzarelli wrote: John, I confirm I copy and paste using Thunderbird. My mail server requires authentication. I am afraid no luck with send-email: $ git-send-email you need to install the git email package. Something like sudo apt install git-email Cheers,

Re: [LEDE-DEV] [PATCH] Add ip_vs kernel netfilter modules to enable load balancing, capabilities

2017-02-28 Thread Mauro Mozzarelli
John, I confirm I copy and paste using Thunderbird. My mail server requires authentication. I am afraid no luck with send-email: $ git-send-email git-send-email: command not found $ git send-email git: 'send-email' is not a git command. See 'git --help'. $ git --version git version

Re: [LEDE-DEV] [PATCH] Add ip_vs kernel netfilter modules to enable load balancing, capabilities

2017-02-28 Thread Mauro Mozzarelli
To obtain a functional Load Balancer, in addition to the kernel modules we require also the "ipvsadm" tool which is used to create and manage the load balancer kernel table. I prepared a separate package that includes other than ipvsadm also the necessary startup and configuration scripts

Re: [LEDE-DEV] [PATCH] Add ip_vs kernel netfilter modules to enable load balancing, capabilities

2017-02-28 Thread John Crispin
On 28/02/2017 12:52, Mauro Mozzarelli wrote: > Then I take the output from git format-patch and I post it to the > mailing list. How exactly did you do this ? i assume using copy into your mail client ? try using "git send-email" ___ Lede-dev mailing

Re: [LEDE-DEV] [PATCH] Add ip_vs kernel netfilter modules to enable load balancing, capabilities

2017-02-28 Thread Mauro Mozzarelli
Hello John, I sent the first patch using the output of git show, but there was something wrong and it was suggested to use git format-patch, so I sent the last using the following method: I do a git pull for trunk first, then inside the trunk directory: 1. git checkout -b ipvs 2. I apply

Re: [LEDE-DEV] [PATCH] Add ip_vs kernel netfilter modules to enable load balancing, capabilities

2017-02-27 Thread John Crispin
On 24/02/2017 12:42, 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

Re: [LEDE-DEV] [PATCH] Add ip_vs kernel netfilter modules to enable load balancing, capabilities

2017-02-24 Thread Mauro Mozzarelli
Unfortunately this version of the patch creates an installation conflict during the build in case nf-nathelper-extra is selected (which isn't by default), because this package contains also nf_conntrack_sip module. I am posting a new version that puts ip_vs_pe_sip dependency on

Re: [LEDE-DEV] [PATCH] Add ip_vs kernel netfilter modules to enable load balancing capabilities

2017-02-20 Thread Jonas Gorski
On 20 February 2017 at 10:47, Jonas Gorski wrote: > On 19 February 2017 at 13:01, Mauro Mozzarelli wrote: >> Author: Mauro Mozzarelli >> Date: Sun Feb 19 11:33:23 2017 + >> >> IPVS (IP Virtual Server) implements

Re: [LEDE-DEV] [PATCH] Add ip_vs kernel netfilter modules to enable load balancing capabilities

2017-02-20 Thread Felix Fietkau
On 2017-02-20 20:08, Mauro Mozzarelli wrote: > Hello John, > > Thank you for reviewing the patch. I extracted it with "git show" which > added the tabs, but I can always edit the patch file manually and remove > them if it helps. > > Please could you clarify what is the problem with line

Re: [LEDE-DEV] [PATCH] Add ip_vs kernel netfilter modules to enable load balancing capabilities

2017-02-20 Thread Mauro Mozzarelli
Hello John, Thank you for reviewing the patch. I extracted it with "git show" which added the tabs, but I can always edit the patch file manually and remove them if it helps. Please could you clarify what is the problem with line wrapping? It is there for better readability, would you like

Re: [LEDE-DEV] [PATCH] Add ip_vs kernel netfilter modules to enable load balancing capabilities

2017-02-20 Thread Jonas Gorski
On 19 February 2017 at 13:01, Mauro Mozzarelli wrote: > Author: Mauro Mozzarelli > Date: Sun Feb 19 11:33:23 2017 + > > IPVS (IP Virtual Server) implements transport-layer load balancing > inside the Linux kernel, so called Layer-4 switching.

Re: [LEDE-DEV] [PATCH] Add ip_vs kernel netfilter modules to enable load balancing capabilities

2017-02-20 Thread John Crispin
Hi, comments inline On 19/02/2017 13:01, Mauro Mozzarelli wrote: > Author: Mauro Mozzarelli > Date: Sun Feb 19 11:33:23 2017 + > > IPVS (IP Virtual Server) implements transport-layer load balancing ^ stray tab > inside the Linux kernel, so called Layer-4