Thanks. -- To unsubscribe from this list: send the line "unsubscribe lvs-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
Applied, thanks Simon. I have mangled the description to insist on the fact that newly (reused) connections break as they will be directed to the dead server. -- To unsubscribe from this list: send t
Expire cached connection for new TCP/SCTP connection if real server is down Signed-off-by: Grzegorz Lyczba <grzegorz.lyczba@xxxxxxxxx> Acked-by: Hans Schillstrom <hans@xxxxxxxxxxxxxxx> Acked-by: Juli
On Sat, 11 May 2013 16:23:33 +0300 (EEST) Julian Anastasov <ja@xxxxxx> wrote: Also remember to add a "version" tag to the subject, when you resubmit. Subject like: [PATCH v3] ipvs: Fix reuse connecti
I see some evidence of the above style in net/core/ so personally I am fine with it. -- To unsubscribe from this list: send the line "unsubscribe lvs-devel" in the body of a message to majordomo@xxxx
Hello, The change looks correct but you have to fix some coding style issues. Otherwise, patch will be rejected. You can also check Documentation/CodingStyle WARNING: braces {} are not necessary for
Author: Grzegorz yczba <grzegorz.lyczba@xxxxxxxxx>
Date: Sat, 11 May 2013 11:32:25 +0200
Expire cached connection for new TCP/SCTP connection if real server is down Signed-off-by: Grzegorz Lyczba <grzegorz.lyczba@xxxxxxxxx> -- net/netfilter/ipvs/ip_vs_core.c | 36 ++++++++++++++++++++++++
Shame on me, I should really have thought about that... I think I know who invented the iph.fragoffs :-) Regards Hans Attachment: smime.p7s Description: S/MIME cryptographic signature
Hello, SYNs are usually not fragmented. But we don't have the right to search for SYN in a packet without TCP header. It can be data fragment that contains 1 at this bit position, when weight=0 such
Hello, As Hans notes, it is a good idea to support SCTP by using the iph address as second argument. May be the func can be named is_new_conn: static inline bool is_new_conn(const struct sk_buff *skb
This patch will break some "common" use cases, on the other hand it also solves some issues... I would prefer to have a sysctl to turn it on. Should we have something similar for sctp? Regards Hans A
Author: Grzegorz Lyczba <grzegorz.lyczba@xxxxxxxxx>
Date: Tue, 7 May 2013 23:54:40 +0200
Expire cached connection for new TCP connection if real server is down Signed-off-by: Grzegorz Lyczba <grzegorz.lyczba@xxxxxxxxx> -- net/netfilter/ipvs/ip_vs_core.c | 20 ++++++++++++++++++++ 1 files