Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 26feb3d8f85390303095ea141329de2810b6ce90
https://github.com/fabbione/kronosnet/commit/26feb3d8f85390303095ea141329de…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-10-15 (Mon, 15 Oct 2012)
Changed paths:
M libtap/libtap.c
Log Message:
-----------
libtap: workaround bug in SETMTU ioctl
apparently SETMTU does parse flags as well, make it clean
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: b941bdd7b2192cbff536540d789bd35f7f512fc0
https://github.com/fabbione/kronosnet/commit/b941bdd7b2192cbff536540d789bd3…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-10-15 (Mon, 15 Oct 2012)
Changed paths:
M TODO
M kronosnetd/vty_cli_cmds.c
Log Message:
-----------
kronosnetd: allow configuration of switching-policy engine
passive/active/round-robin
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 5a41a0ba46979e848d2135fdddd358176eab822d
https://github.com/fabbione/kronosnet/commit/5a41a0ba46979e848d2135fdddd358…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-10-14 (Sun, 14 Oct 2012)
Changed paths:
M kronosnetd/vty_cli_cmds.c
M libknet/common.c
M libknet/crypto.c
M libknet/handle.c
M libknet/host.c
M libknet/libknet-private.h
M libknet/libknet.h
Log Message:
-----------
libknet: worst commit ever....
fix a series of segfaults in crypto init code
add api call to set switching policy (that was the original idea
of this change, till things started exploding on me)
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 9cbf8ad3fb78d80fd629affd36100443d66cde77
https://github.com/fabbione/kronosnet/commit/9cbf8ad3fb78d80fd629affd361004…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-10-13 (Sat, 13 Oct 2012)
Changed paths:
M libknet/handle.c
Log Message:
-----------
libknet: readd dst_cache_update function for internal use
this is required to trigger a recalculation when we change switching
policy at runtime from active/passive to active/active or round-robin
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 4adc09f507fe319ac9b2410fd6be93307ee95b07
https://github.com/fabbione/kronosnet/commit/4adc09f507fe319ac9b2410fd6be93…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-10-13 (Sat, 13 Oct 2012)
Changed paths:
M kronosnetd/vty_cli_cmds.c
M libknet/handle.c
M libknet/host.c
M libknet/libknet.h
M tests/listener_test.c
M tests/ping_test.c
Log Message:
-----------
libknet: remove that horrid dst_cache update and mask it around link_enabled
makes the API a bit more readable.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: b57c5e016efafb15463a12ec8d324c02ad482baf
https://github.com/fabbione/kronosnet/commit/b57c5e016efafb15463a12ec8d324c…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-10-13 (Sat, 13 Oct 2012)
Changed paths:
M kronosnetd/vty_cli_cmds.c
M libknet/nsscrypto.c
Log Message:
-----------
libknet: add support for 3des nss crypto
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>