Branch: refs/heads/fixes
Home: https://github.com/kronosnet/kronosnet
Commit: 78d00c88ed13a3e6eb11bfd4c940a6418a7d26d3
https://github.com/kronosnet/kronosnet/commit/78d00c88ed13a3e6eb11bfd4c940a…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-03-25 (Mon, 25 Mar 2019)
Changed paths:
M kronosnet.spec.in
Log Message:
-----------
[tests] test rpm should match currently installed version of libknet
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Commit: 07688a2afca385b11b87fc079ff888d2b02ff27b
https://github.com/kronosnet/kronosnet/commit/07688a2afca385b11b87fc079ff88…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-03-25 (Mon, 25 Mar 2019)
Changed paths:
M libknet/transport_sctp.c
M libknet/transport_udp.c
Log Message:
-----------
[transports] fix usage after free of transport info memory
spotted while implementing functional testing for rekey.
when configuring multiple hosts (3+) with 1 link sharing
the same listener, but NOT enabling the link, if the user
attempts to shutdown knet_h, the first call to knet_link_clear_config
will not recognize that the listener is still in use by another
link and will release all resources.
At the time of invoking clear_config on the second link, transport_clear_config
will access already freed memory, or alternatively, a call to
link_enable would cause a crash because the listener does no
longer exist.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Compare: https://github.com/kronosnet/kronosnet/compare/78d00c88ed13%5E...07688a2afc…
Branch: refs/heads/functional-testing
Home: https://github.com/kronosnet/kronosnet
Commit: d29c1c103fdc7cb94b0a0b1b2c611cbf39166da6
https://github.com/kronosnet/kronosnet/commit/d29c1c103fdc7cb94b0a0b1b2c611…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-03-25 (Mon, 25 Mar 2019)
Changed paths:
M libknet/tests/test-common.c
M libknet/tests/test-common.h
Log Message:
-----------
[tests] add basic framework to create, join and stop many nodes
all nodes will be using loopback interface (lo) at different
port offset.
currently limited to ipv4 for basic development.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/functional-testing
Home: https://github.com/kronosnet/kronosnet
Commit: 552ba369e1480e0ca0c67448957491c04d4ff0e6
https://github.com/kronosnet/kronosnet/commit/552ba369e1480e0ca0c6744895749…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-03-25 (Mon, 25 Mar 2019)
Changed paths:
M libknet/tests/test-common.c
M libknet/tests/test-common.h
Log Message:
-----------
[tests] add basic framework to create, join and stop many nodes
all nodes will be using loopback interface (lo) at different
port offset.
currently limited to ipv4 for basic development.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/functional-testing
Home: https://github.com/kronosnet/kronosnet
Commit: 61c26954403766cfb00f6d3968f72b51b01f1694
https://github.com/kronosnet/kronosnet/commit/61c26954403766cfb00f6d3968f72…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-03-25 (Mon, 25 Mar 2019)
Changed paths:
M libknet/tests/test-common.c
Log Message:
-----------
[tests] use link_get_enable instead of get_status
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/functional-testing
Home: https://github.com/kronosnet/kronosnet
Commit: 83562d81bb77fe36f6e86745bb29ee689f313949
https://github.com/kronosnet/kronosnet/commit/83562d81bb77fe36f6e86745bb29e…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2019-03-25 (Mon, 25 Mar 2019)
Changed paths:
M libknet/tests/test-common.c
Log Message:
-----------
[tests] print information about which knet_handle is performing operations
this is necessary when a test creates multiple handles for functional testing
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>