Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 1de7acb868a836a9ed4d5300cca4d2ad1cd7ff94
https://github.com/fabbione/kronosnet/commit/1de7acb868a836a9ed4d5300cca4d2…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-12-08 (Tue, 08 Dec 2015)
Changed paths:
M libknet/threads_send_recv.c
Log Message:
-----------
[send/recv] fix host_id value in host_filter
thanks Chrissie for reporting the problem
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 0d3ccb336b5b6445d6df8ba7b3afb628773a99a7
https://github.com/fabbione/kronosnet/commit/0d3ccb336b5b6445d6df8ba7b3afb6…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-11-30 (Mon, 30 Nov 2015)
Changed paths:
M TODO
M libknet/threads_send_recv.c
Log Message:
-----------
[send/recv] Fix handling of HOSTINFO packets
HOSTINFO packets are nothing more than special cased DATA packets.
The contents of HOSTINFO is stored inside DATA of DATA packets and
up to the point where we need to use the HOSTINFO data, we need
to treat the packets as DATA for defragmentation and deduplication.
This also fixes a problem when using round-robin and active switching
policy where the HOSTINFO exchange would loop forever in a storm
because duplicate pckts were being handled at once.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 7a52c1e548104021cda6d4a53246df37635f81b1
https://github.com/fabbione/kronosnet/commit/7a52c1e548104021cda6d4a53246df…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-11-28 (Sat, 28 Nov 2015)
Changed paths:
M kronosnetd/etherfilter.c
M kronosnetd/vty.c
M kronosnetd/vty_cli.c
M kronosnetd/vty_cli_cmds.c
M libknet/host.c
M libknet/link.c
M libknet/listener.c
M libknet/nsscrypto.c
M libknet/threads_heartbeat.c
M libknet/threads_send_recv.c
Log Message:
-----------
Replace memcpy with memmove across the board
memmove is just a tiny littlebit faster than memcpy.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: bbb9d16a452bbad7b104a7800d18fb61e97e399f
https://github.com/fabbione/kronosnet/commit/bbb9d16a452bbad7b104a7800d18fb…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-11-28 (Sat, 28 Nov 2015)
Changed paths:
M TODO
M libknet/internals.h
M libknet/threads_pmtud.c
Log Message:
-----------
[PMTUd] Fix crash and calculation when using crypto
most of the problem was around incorrect typing of variables
and incorrect calculation when using signing without encryption.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: cf1e2e6e23869b47d7f343f2c9bb07d4d59785ab
https://github.com/fabbione/kronosnet/commit/cf1e2e6e23869b47d7f343f2c9bb07…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-11-27 (Fri, 27 Nov 2015)
Changed paths:
M TODO
M libtap/libtap.c
Log Message:
-----------
[libtap] automatic restore IPv6 address when recovering from MTU flapping
NOTE: if a user manually changes MTU < 1280, your IPv6 addresses
are gone for good.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>