Branch: refs/heads/master
Home: https://github.com/fabbione/kronosnet
Commit: 895b8394acde7a25f4c1a7162c0ebbbb43a77a2c
https://github.com/fabbione/kronosnet/commit/895b8394acde7a25f4c1a7162c0ebb…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2015-03-05 (Thu, 05 Mar 2015)
Changed paths:
M kronosnetd/vty_cli_cmds.c
Log Message:
-----------
[knetd] Fix internal MTU calculation to include tap ethernet frame
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
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>