Hi,
Here are the stuff:
1. ipvsadm-1.24 patch that add new --icv-key option
2. Kernel 2.6.4 patch
3. syncd_util tool
The syncd_util tool has been used to dump mcast syncd messages as well as
for injecting nasty packet to syncd. You will find in scn.h file the
scenario buffers I used to validate the syncd extension code.
For non-authenticated mode I added one more sanity check, to validate as
much as possible the nr_conns field. In normal mode, we can add a sanity
check that test if the nr_conns present in incoming buffer is lower or
equal to :
( (sync_recv_mesg_maxlen-SYNC_MESG_HEADER_LEN) / SIMPLE_CONN_SIZE ).
=> according to interface MTU value.
I will put in LVS website syncd_util tool when Horms will complete user
data recovering.
have a nice week-end,
Alexandre
|