LVS
lvs-devel
Google
 
Web LinuxVirtualServer.org

[PATCH net-next 0/3] SCTP Changes for IPVS

To: Simon Horman <horms@xxxxxxxxxxxx>
Subject: [PATCH net-next 0/3] SCTP Changes for IPVS
Cc: lvs-devel@xxxxxxxxxxxxxxx
From: Julian Anastasov <ja@xxxxxx>
Date: Tue, 18 Jun 2013 10:08:05 +0300
        This patchset contains changes for SCTP.
The first patch adds SCTP protocol when making
protocols writable for ICMP. It can be classified as
bugfix.

        The second patch is a rewrite of the SCTP state
table. It changes the state names and the number and order
of states which is a incompatibility problem for SYNC but
I guess it is not so critical.

        Last patch adds fine tuning for SCTP states
during dropentry processing.

Julian Anastasov (3):
  ipvs: SCTP ports should be writable in ICMP packets
  ipvs: replace the SCTP state machine
  ipvs: drop SCTP connections depending on state

 include/net/ip_vs.h                   |   21 +-
 net/netfilter/ipvs/ip_vs_conn.c       |   12 +
 net/netfilter/ipvs/ip_vs_core.c       |    3 +-
 net/netfilter/ipvs/ip_vs_proto_sctp.c |  854 ++++++---------------------------
 net/netfilter/ipvs/ip_vs_sync.c       |    7 +-
 5 files changed, 182 insertions(+), 715 deletions(-)

-- 
1.7.3.4

--
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

<Prev in Thread] Current Thread [Next in Thread>