Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: bb76f9603952d48eb9b4cb913dd9ae28232f6b11
https://github.com/fabbione/kronosnet/commit/bb76f9603952d48eb9b4cb913dd9ae…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-10-23 (Tue, 23 Oct 2012)
Changed paths:
M TODO
M kronosnetd/vty_cli_cmds.c
Log Message:
-----------
kronosnet: add config support for link timers
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 9513f14dfa22d6b3b47c6a72f5b870ac893752ab
https://github.com/fabbione/kronosnet/commit/9513f14dfa22d6b3b47c6a72f5b870…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-10-22 (Mon, 22 Oct 2012)
Changed paths:
M TODO
M kronosnetd/vty_cli_cmds.c
Log Message:
-----------
kronosnetd: add link priority configuration
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 1965265240f2edc06f8d3e4fd071d7b83e6f099f
https://github.com/fabbione/kronosnet/commit/1965265240f2edc06f8d3e4fd071d7…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2012-10-22 (Mon, 22 Oct 2012)
Changed paths:
M libknet/handle.c
M libknet/libknet.h
Log Message:
-----------
libknet: add link priority api call
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
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>