Branch: refs/heads/libtap-fixes Home: https://github.com/kronosnet/kronosnet Commit: e50981183e70c3f0ba50da88eb58d4cdb470deb6 https://github.com/kronosnet/kronosnet/commit/e50981183e70c3f0ba50da88eb58d4... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libtap/libtap.c
Log Message: ----------- [libtap] tests: allow random localhost IPs for testing
- avoids clashing with machine routing - allows parallel testing
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 06283f888d67521849a120cc95541a1e7604ee2f https://github.com/kronosnet/kronosnet/commit/06283f888d67521849a120cc95541a... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libtap/libtap.c
Log Message: ----------- [libtap] tests: add better IPv6 private address space randomization
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: fd589e096f01a9a39c44c9fe9624f5ae64640b67 https://github.com/kronosnet/kronosnet/commit/fd589e096f01a9a39c44c9fe9624f5... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M configure.ac M libtap/libtap.c
Log Message: ----------- [libtap] port to freebsd and fix a bunch of small bugs
- tap_open: do mutex lock only after malloc to avoid deadlock - fix test suite to increase randomness when testing named tap devices - remove hardcoded paths to /bin/true /bin/false and /bin/grep
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 2561d04bd38a6b70a638d7142b166d9696e388d2 https://github.com/kronosnet/kronosnet/commit/2561d04bd38a6b70a638d7142b166d... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M README
Log Message: ----------- [libtap] update README for BSD
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: d23e2b4ee3d317fe47a9b5e13e1edff00e644a24 https://github.com/kronosnet/kronosnet/commit/d23e2b4ee3d317fe47a9b5e13e1edf... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libtap/libtap.h
Log Message: ----------- [libtap] define IFNAMSIZ for applications that don't need/want to include net/if.h
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 3ac8838a5f49d0e19162eff9ab5314939307da31 https://github.com/kronosnet/kronosnet/commit/3ac8838a5f49d0e19162eff9ab5314... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libtap/libtap.c
Log Message: ----------- [libtap] BSD: switch to ioctl to destroy tap devices
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: deae5071927004f1a7f28b23180ead491d04ef07 https://github.com/kronosnet/kronosnet/commit/deae5071927004f1a7f28b23180ead... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M Makefile.am M NOTES_TO_PACKAGE_MAINTAINERS M README M configure.ac M kronosnet.spec.in M kronosnetd/Makefile.am M kronosnetd/cfg.c M kronosnetd/cfg.h M kronosnetd/vty_cli_cmds.c A libnozzle/Makefile.am A libnozzle/api-test-coverage A libnozzle/libnozzle.c A libnozzle/libnozzle.h A libnozzle/libnozzle.pc.in A libnozzle/libnozzle_exported_syms A libnozzle/tap_updown_bad/down.d/kronostest A libnozzle/tap_updown_bad/post-down.d/kronostest A libnozzle/tap_updown_bad/pre-up.d/kronostest A libnozzle/tap_updown_bad/up.d/kronostest A libnozzle/tap_updown_good/down.d/kronostest A libnozzle/tap_updown_good/post-down.d/kronostest A libnozzle/tap_updown_good/pre-up.d/kronostest A libnozzle/tap_updown_good/up.d/kronostest R libtap/Makefile.am R libtap/api-test-coverage R libtap/libtap.c R libtap/libtap.h R libtap/libtap.pc.in R libtap/libtap_exported_syms R libtap/tap_updown_bad/down.d/kronostest R libtap/tap_updown_bad/post-down.d/kronostest R libtap/tap_updown_bad/pre-up.d/kronostest R libtap/tap_updown_bad/up.d/kronostest R libtap/tap_updown_good/down.d/kronostest R libtap/tap_updown_good/post-down.d/kronostest R libtap/tap_updown_good/pre-up.d/kronostest R libtap/tap_updown_good/up.d/kronostest
Log Message: ----------- [libnozzle] rename libtap to libnozzle (part 1)
Our fearless Debian maintainer wferi made us aware that TAP is an overloaded term already and it would be very confusing to add yet another one.
nozzle is a good pick from http://www.thesaurus.com/browse/tap
I am sure lib*cock* would have cause havoc :-)
This commit only rename files and allow builds. The API needs to be renamed too, but that will come over time with major code cleanup as documented here: https://trello.com/c/pyEKd4UH/396-libnozzle-make-it-production-ga-ready
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: bb9c1379d1213835137a3643310873cc0163dac7 https://github.com/kronosnet/kronosnet/commit/bb9c1379d1213835137a3643310873... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.h
Log Message: ----------- [nozzle] add Doxygen header
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 5ae8956c84d168b3716940c08e26ef028a402282 https://github.com/kronosnet/kronosnet/commit/5ae8956c84d168b3716940c08e26ef... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.h
Log Message: ----------- [nozzle] include net/if.h to define IFNAMSIZ instead of redefine
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 9b9ab1bb60473828271ecd5fd23493b2459b9b73 https://github.com/kronosnet/kronosnet/commit/9b9ab1bb60473828271ecd5fd23493... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.c M libnozzle/libnozzle.h
Log Message: ----------- [nozzle] rename tap_t to nozzle_t
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 3f6421e77b39b2ec6d2860cc70db2fdcb480597f https://github.com/kronosnet/kronosnet/commit/3f6421e77b39b2ec6d2860cc70db2f... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.c M libnozzle/libnozzle.h
Log Message: ----------- [nozzle] rename struct _iface to nozzle_iface (looks better on public headers)
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 013b07402dff711195824ca1080b3bbe83e9044a https://github.com/kronosnet/kronosnet/commit/013b07402dff711195824ca1080b3b... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.pc.in
Log Message: ----------- [nozzle] fix pkg-config to point to nozzle
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 18fcbf1d81dac44840afe0498468fcb3346325fd https://github.com/kronosnet/kronosnet/commit/18fcbf1d81dac44840afe0498468fc... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/api-test-coverage M libnozzle/libnozzle.c M libnozzle/libnozzle.h M libnozzle/libnozzle_exported_syms
Log Message: ----------- [nozzle] rename API from tap_ to nozzle_
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 0d3df946145be78603b62acc2b1032d27b5507df https://github.com/kronosnet/kronosnet/commit/0d3df946145be78603b62acc2b1032... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.c M libnozzle/libnozzle.h
Log Message: ----------- [nozzle] rename last tap bits to nozzle
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: db56077134a134e5cfe1030531c729f4f7f0ebc8 https://github.com/kronosnet/kronosnet/commit/db56077134a134e5cfe1030531c729... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.c M libnozzle/libnozzle.h
Log Message: ----------- [nozzle] cleanup nozzle_open coding style and return codes
also update the header file for Doxygen man pages
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: d0683839916957dd0abc0ec9e7cba66e317d1bd8 https://github.com/kronosnet/kronosnet/commit/d0683839916957dd0abc0ec9e7cba6... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.c M libnozzle/libnozzle.h
Log Message: ----------- [nozzle] start to cleanup nozzle_close to be more informative and effective
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: b4e015aea9b546a88c10b963f27b523380593ede https://github.com/kronosnet/kronosnet/commit/b4e015aea9b546a88c10b963f27b52... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.c M libnozzle/libnozzle.h
Log Message: ----------- [nozzle] cleanup and document nozzle_set_up
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: a228cdf5b631319de263339949b47b9823a6389f https://github.com/kronosnet/kronosnet/commit/a228cdf5b631319de263339949b47b... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.c M libnozzle/libnozzle.h
Log Message: ----------- [nozzle] cleanup and document nozzle_set_down
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 9525bf740cdfb8e2295672da3b080e908dd54f52 https://github.com/kronosnet/kronosnet/commit/9525bf740cdfb8e2295672da3b080e... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.h
Log Message: ----------- [nozzle] re-order functions in order of importance
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 5579e41065615f1ea85b8f4014db708ee6097039 https://github.com/kronosnet/kronosnet/commit/5579e41065615f1ea85b8f4014db70... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.c M libnozzle/libnozzle.h
Log Message: ----------- [nozzle] cleanup and document nozzle_add_ip
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 819dedd3065ae4d211eda257d4aabcaece9642e8 https://github.com/kronosnet/kronosnet/commit/819dedd3065ae4d211eda257d4aabc... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.c M libnozzle/libnozzle.h
Log Message: ----------- [nozzle] cleanup and document nozzle_del_ip
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: cc98fd994c3a019c34d90a55f567e723d51b8d7f https://github.com/kronosnet/kronosnet/commit/cc98fd994c3a019c34d90a55f567e7... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.c M libnozzle/libnozzle.h
Log Message: ----------- [nozzle] cleanup and document nozzle_get_ips (part 1)
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 9c943a72965c692d1f5bea0f9e8b1e9ad7a52665 https://github.com/kronosnet/kronosnet/commit/9c943a72965c692d1f5bea0f9e8b1e... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.c
Log Message: ----------- [nozzle] fix test on BSD
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 7a300384e9fd25e084debfac48353fcc5d75d3cf https://github.com/kronosnet/kronosnet/commit/7a300384e9fd25e084debfac48353f... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.c M libnozzle/libnozzle.h
Log Message: ----------- [nozzle] cleanup and document nozzle_get_mtu
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 78c5e047a092eaf3cdad3fe6d3879341d93462e9 https://github.com/kronosnet/kronosnet/commit/78c5e047a092eaf3cdad3fe6d38793... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.c M libnozzle/libnozzle.h
Log Message: ----------- [nozzle] cleanup and document nozzle_set_mtu and nozzle_reset_mtu
couldn't split those 2 because they are stricly related
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 80ffc3f21d30137f2043b01ecddfefbe503f8d77 https://github.com/kronosnet/kronosnet/commit/80ffc3f21d30137f2043b01ecddfef... Author: Christine Caulfield ccaulfie@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.h
Log Message: ----------- Tidy some English
Commit: dd74fdf201764aedcdf3dd2ee3750f775d5c6ce7 https://github.com/kronosnet/kronosnet/commit/dd74fdf201764aedcdf3dd2ee3750f... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.c M libnozzle/libnozzle.h
Log Message: ----------- [nozzle] cleanup and document nozzle_get_mac
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 61f75480e78662c0e61b44fa17bfe7e9944c2038 https://github.com/kronosnet/kronosnet/commit/61f75480e78662c0e61b44fa17bfe7... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.c M libnozzle/libnozzle.h
Log Message: ----------- [nozzle] cleanup and document nozzle_(re)set_mac
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 7ee9e076df463d49689f72645c4a6be3631d9fca https://github.com/kronosnet/kronosnet/commit/7ee9e076df463d49689f72645c4a6b... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.c M libnozzle/libnozzle.h
Log Message: ----------- [nozzle] cleanup and document nozzle_get_handle_by_name
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 625fc4d7ad26bf63d5f93b5a8f2d2a5c8c8ee8b3 https://github.com/kronosnet/kronosnet/commit/625fc4d7ad26bf63d5f93b5a8f2d2a... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.c M libnozzle/libnozzle.h
Log Message: ----------- [nozzle] cleanup and document nozzle_get_name_by_handle
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 7e441b085b17fdfa35bd76e895a0bc9ddcf23e6f https://github.com/kronosnet/kronosnet/commit/7e441b085b17fdfa35bd76e895a0bc... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.c M libnozzle/libnozzle.h
Log Message: ----------- [nozzle] cleanup and document nozzle_get_fd
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 310ff80b4b12faf136b4b859f4407724563f2159 https://github.com/kronosnet/kronosnet/commit/310ff80b4b12faf136b4b859f44077... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libknet/Makefile.am
Log Message: ----------- [man] drop redundant update-man-page code
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 139e2fea33043b00afb8e55155df70bb01e36bbb https://github.com/kronosnet/kronosnet/commit/139e2fea33043b00afb8e55155df70... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/Makefile.am A libnozzle/internals.h M libnozzle/libnozzle.c
Log Message: ----------- [cleanup] start splitting the code across multiple files
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: d67170f8abe64a7c3fc063567a40bd11c0b7c4bc https://github.com/kronosnet/kronosnet/commit/d67170f8abe64a7c3fc063567a40bd... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/internals.h M libnozzle/libnozzle.c
Log Message: ----------- [nozzle] rename _config to nozzle_lib_config
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 4cfed44615458c69b8e60c98652e84be26fc4b53 https://github.com/kronosnet/kronosnet/commit/4cfed44615458c69b8e60c98652e84... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/internals.h M libnozzle/libnozzle.c
Log Message: ----------- [cleanup] rename struct _ip to struct nozzle_ip and cleanup related defines
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: d7b62c0e05dfa56d8e80478e1810b27be83bb3ef https://github.com/kronosnet/kronosnet/commit/d7b62c0e05dfa56d8e80478e1810b2... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/internals.h M libnozzle/libnozzle.c
Log Message: ----------- [cleanup] rename sockfd to ioctlfd
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 5dfb45abe4f494732908e67556cf8336f7fce556 https://github.com/kronosnet/kronosnet/commit/5dfb45abe4f494732908e67556cf83... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/internals.h M libnozzle/libnozzle.c M libnozzle/libnozzle.h
Log Message: ----------- [cleanup] rename ip_addr to ipaddr
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: ad6f49c07023fa5a7705562fe0672aea091cf07b https://github.com/kronosnet/kronosnet/commit/ad6f49c07023fa5a7705562fe0672a... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/internals.h M libnozzle/libnozzle.c
Log Message: ----------- [cleanup] document nozzle_iface struct, drop unnecessary ifr struct and cleanup names
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: f545882d92389f7f0fa282fcc018b47f608d250e https://github.com/kronosnet/kronosnet/commit/f545882d92389f7f0fa282fcc018b4... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.c
Log Message: ----------- [build] fix build on BSD
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 7bd6efd4434068e33b46d81fe6cafdc6ca8b32c0 https://github.com/kronosnet/kronosnet/commit/7bd6efd4434068e33b46d81fe6cafd... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.c
Log Message: ----------- [nozzle] rename lib_mutex to config_mutex
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: f9e2463c301ecad2a11f710e58b23e7a56db2e18 https://github.com/kronosnet/kronosnet/commit/f9e2463c301ecad2a11f710e58b23e... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M configure.ac M libnozzle/Makefile.am R libnozzle/api-test-coverage A libnozzle/man/Doxyfile.in A libnozzle/man/Makefile.am R libnozzle/tap_updown_bad/down.d/kronostest R libnozzle/tap_updown_bad/post-down.d/kronostest R libnozzle/tap_updown_bad/pre-up.d/kronostest R libnozzle/tap_updown_bad/up.d/kronostest R libnozzle/tap_updown_good/down.d/kronostest R libnozzle/tap_updown_good/post-down.d/kronostest R libnozzle/tap_updown_good/pre-up.d/kronostest R libnozzle/tap_updown_good/up.d/kronostest A libnozzle/tests/Makefile.am A libnozzle/tests/api-test-coverage A libnozzle/tests/tap_updown_bad/down.d/kronostest A libnozzle/tests/tap_updown_bad/post-down.d/kronostest A libnozzle/tests/tap_updown_bad/pre-up.d/kronostest A libnozzle/tests/tap_updown_bad/up.d/kronostest A libnozzle/tests/tap_updown_good/down.d/kronostest A libnozzle/tests/tap_updown_good/post-down.d/kronostest A libnozzle/tests/tap_updown_good/pre-up.d/kronostest A libnozzle/tests/tap_updown_good/up.d/kronostest
Log Message: ----------- [build] split tests, man pages and build dirs
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: e8f9304b74e12a21ba7a34ce20598a838225de6f https://github.com/kronosnet/kronosnet/commit/e8f9304b74e12a21ba7a34ce20598a... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/Makefile.am A libnozzle/internals.c M libnozzle/internals.h M libnozzle/libnozzle.c M libnozzle/tests/Makefile.am A libnozzle/tests/nozzle_test.c
Log Message: ----------- [nozzle] split code around to separate libnozzle and testsuite
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: a575dca763a296cf0c32fb9ab79a825ab423c5fe https://github.com/kronosnet/kronosnet/commit/a575dca763a296cf0c32fb9ab79a82... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/internals.c M libnozzle/internals.h M libnozzle/libnozzle.c M libnozzle/tests/nozzle_test.c
Log Message: ----------- [nozzle] start cleaning internal function names
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 9561221e0e1cf233cb704027970605e295b0db6c https://github.com/kronosnet/kronosnet/commit/9561221e0e1cf233cb704027970605... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/internals.c M libnozzle/internals.h M libnozzle/libnozzle.c
Log Message: ----------- [nozzle] be more explicit on function naming
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 7ae901822d3568169f2611d60c24f01456818da7 https://github.com/kronosnet/kronosnet/commit/7ae901822d3568169f2611d60c24f0... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/tests/nozzle_test.c
Log Message: ----------- [nozzle] be more explicit on function naming (part 2)
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 580c0ba9389b0866e892cbc6e30f89d6b786baa2 https://github.com/kronosnet/kronosnet/commit/580c0ba9389b0866e892cbc6e30f89... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.c
Log Message: ----------- [nozzle] rename _check to is_valid_nozzle, make it more useful and fixup error code checking
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 1625f24d25662ed4877413a2e0ebab19ff1d7778 https://github.com/kronosnet/kronosnet/commit/1625f24d25662ed4877413a2e0ebab... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/internals.c M libnozzle/libnozzle.c M libnozzle/libnozzle.h
Log Message: ----------- [nozzle] move code around to reflect completion and drop copy of code from internals.c
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 0612b1fa26c38d9f99953d5c2f4f5ca5b2d11ad0 https://github.com/kronosnet/kronosnet/commit/0612b1fa26c38d9f99953d5c2f4f5c... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/internals.c M libnozzle/libnozzle.c
Log Message: ----------- [nozzle] move code around to reflect public API and internal functions
cleanup _get_mtu in the process
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 4838a995882233b79c94a570ce987ce5ccddb449 https://github.com/kronosnet/kronosnet/commit/4838a995882233b79c94a570ce987c... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/internals.c M libnozzle/libnozzle.c
Log Message: ----------- [nozzle] cleanup mac address functions
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 2ea91040da1ab57601d5b8668fee3d1bb603ff17 https://github.com/kronosnet/kronosnet/commit/2ea91040da1ab57601d5b8668fee3d... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/internals.c M libnozzle/internals.h M libnozzle/libnozzle.c
Log Message: ----------- [nozzle] move ipv4 broadcast to internals
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 037f90de67a4e52145cf46e774b169abf8a7e3c5 https://github.com/kronosnet/kronosnet/commit/037f90de67a4e52145cf46e774b169... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/internals.c M libnozzle/internals.h M libnozzle/libnozzle.c
Log Message: ----------- [nozzle] move find_ip to internals
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: f8d12039df4aaaeca06535b4444b2a46ef0f1019 https://github.com/kronosnet/kronosnet/commit/f8d12039df4aaaeca06535b4444b2a... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/internals.c M libnozzle/internals.h M libnozzle/libnozzle.c M libnozzle/libnozzle.h
Log Message: ----------- [nozzle] decouple running pre-up.d/up.d/down.d/post-down.d from interface status (part 1)
provide the facility to do it via nozzle_run_updown but delegate the task to the application.
This has the benefit of much better fine grained control over errors during those code paths.
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 1d5d810e321c85768d2cbdc2989a1ba7beac7a09 https://github.com/kronosnet/kronosnet/commit/1d5d810e321c85768d2cbdc2989a1b... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.c M libnozzle/libnozzle.h M libnozzle/tests/nozzle_test.c
Log Message: ----------- [nozzle] decouple running pre-up.d/up.d/down.d/post-down.d from interface status (part 2)
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: e9b87518c7c0bf48e81da3f98fb6c973451a0e50 https://github.com/kronosnet/kronosnet/commit/e9b87518c7c0bf48e81da3f98fb6c9... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.c M libnozzle/libnozzle.h M libnozzle/tests/nozzle_test.c
Log Message: ----------- [nozzle] decouple running pre-up.d/up.d/down.d/post-down.d from interface status (part 3)
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 5b663ab7bb3dc8046ef26c50086d5b16bfa4ba0d https://github.com/kronosnet/kronosnet/commit/5b663ab7bb3dc8046ef26c50086d5b... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.c M libnozzle/libnozzle.h M libnozzle/tests/nozzle_test.c
Log Message: ----------- [nozzle] decouple running pre-up.d/up.d/down.d/post-down.d from interface status (part 4)
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 1b49e84181ecd8d8a625cf33f3beab0d7dfe3cd6 https://github.com/kronosnet/kronosnet/commit/1b49e84181ecd8d8a625cf33f3beab... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/internals.c M libnozzle/libnozzle.c
Log Message: ----------- [nozzle] move set up and down to the stable API section
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: 517648125f7a869bf6e33984ca088f5b5403bf50 https://github.com/kronosnet/kronosnet/commit/517648125f7a869bf6e33984ca088f... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/libnozzle.c
Log Message: ----------- [nozzle] nozzle_open and nozzle_close should be stable now
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Commit: d31a09dc85bb3e2ff3647921ffe81d9b15571be3 https://github.com/kronosnet/kronosnet/commit/d31a09dc85bb3e2ff3647921ffe81d... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2018-01-08 (Mon, 08 Jan 2018)
Changed paths: M libnozzle/tests/nozzle_test.c
Log Message: ----------- [nozzle] fix build on BSD
Signed-off-by: Fabio M. Di Nitto fdinitto@redhat.com
Compare: https://github.com/kronosnet/kronosnet/compare/e5af6d47bc2b...d31a09dc85bb