Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 4d622d54755ccd7eac8b45dedef1c6b96aa90f0c
https://github.com/fabbione/kronosnet/commit/4d622d54755ccd7eac8b45dedef1c6…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-03-04 (Wed, 04 Mar 2015)
Changed paths:
M libknet/listener.c
Log Message:
-----------
[listeners] Use IP_FREEBIND options on sockets
this allows us to bind to IPs that are not yet on the system and
survive the infamous ifdown/ifup <device> test
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 70e5d6ce668b8dfd3fc86839d02a231ddfb7d7ee
https://github.com/fabbione/kronosnet/commit/70e5d6ce668b8dfd3fc86839d02a23…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-03-03 (Tue, 03 Mar 2015)
Changed paths:
M libknet/threads.c
Log Message:
-----------
[pingd] fix ping flood on sock errors
if we get an error on sendto, we would ping flood the link because
the ping_last timestamp was not being updated.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: ee82765bf888fd533095e6f66b450cb3a60aab0d
https://github.com/fabbione/kronosnet/commit/ee82765bf888fd533095e6f66b450c…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-03-03 (Tue, 03 Mar 2015)
Changed paths:
M libknet/handle.c
M libknet/internals.h
M libknet/libknet.h
M libknet/logging.c
M libknet/threads.c
M libknet/threads.h
Log Message:
-----------
[libknet] rename tap to send to link
plain and simple cleanup
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 1f5784fd3502d26a5f086a697e60b5fee30229d5
https://github.com/fabbione/kronosnet/commit/1f5784fd3502d26a5f086a697e60b5…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-03-02 (Mon, 02 Mar 2015)
Changed paths:
M kronosnetd/cfg.h
M kronosnetd/vty_cli_cmds.c
Log Message:
-----------
[knetd] Use pmtud values to set tap device MTU
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 794f6d64e983803a66b2cddf3ffd17f9c4bc0ba1
https://github.com/fabbione/kronosnet/commit/794f6d64e983803a66b2cddf3ffd17…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-02-28 (Sat, 28 Feb 2015)
Changed paths:
M libknet/handle.c
M libknet/internals.h
M libknet/libknet.h
M libknet/ping_test.c
M libknet/threads.c
Log Message:
-----------
[PMTUd] fix notification callback to add private data
this is necessary to identify the callback when driving multiple
knet instances within the same daemon.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 81660681263b7e82c60401e940926e8538c76014
https://github.com/fabbione/kronosnet/commit/81660681263b7e82c60401e940926e…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2014-12-01 (Mon, 01 Dec 2014)
Changed paths:
M libknet/handle.c
M libknet/libknet.h
M libknet/ping_test.c
Log Message:
-----------
[PMTUd] add support for pmtud_get for who doesn't want notifications
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>