Home
ClusterLabs Projects
Search
Configure Global Search
Log In
Paths
Table of Contents
t
Hide Panel
f
Keyboard Reference
?
Diffusion
kronosnet
6c182b64058c
Merge pull request #179 from kronosnet/libtap-fixes
6c182b64058c
Actions
Edit Commit
Download Raw Diff
Edit Related Objects...
Edit Tasks
Subscribe
Mute Notifications
Flag For Later
Award Token
Tags
None
Referenced Files
None
Subscribers
None
Description
Merge pull request #179 from kronosnet/libtap-fixes
kill libtap and add libnozzle
Details
Provenance
fabbione
Authored on Dec 18 2018, 3:23 AM
GitHub <noreply@github.com>
Committed on Dec 18 2018, 3:23 AM
Parents
rK4b23650bbd18: [libnozzle] fix variable assignment order
rKd5ced68032aa: Merge pull request #176 from kronosnet/sctp
Branches
Unknown
Tags
Unknown
Event Timeline
Merged Changes
This commit merges a very large number of changes. Only the first 50 are shown.
4b23650bbd18
[libnozzle] fix variable assignment order
Author
fabbione
Browse Repository
No Audits
504757cc37cf
[global] fix copyright across
Author
fabbione
Browse Repository
No Audits
55e9d3435a8c
[libnozzle] add nozzle_get_ips tests and kill nozzle_test
Author
fabbione
Browse Repository
No Audits
018960c88c79
[libnozzle] add nozzle_del_ip tests
Author
fabbione
Browse Repository
No Audits
1dc367185e93
[libnozzle] fix del_ip removal of Ipv6 addresses when MTU < 1280
Author
fabbione
Browse Repository
No Audits
8c4ae844988a
[libnozzle] add nozzle_add_ip tests
Author
fabbione
Browse Repository
No Audits
54422a860f0f
[libnozzle] add api_nozzle_run_updown tests
Author
fabbione
Browse Repository
No Audits
220b03891cb2
[libnozzle] add internal execute_bin_sh_command test
Author
fabbione
Browse Repository
No Audits
cec75314379b
[libnozzle] cleanup tests Makefile.am
Author
fabbione
Browse Repository
No Audits
e4512ac7bb3f
[libnozzle] add nozzle_get_fd test
Author
fabbione
Browse Repository
No Audits
3f56e1b2436d
[libnozzle] add nozzle_get_name_by_handle test
Author
fabbione
Browse Repository
No Audits
4419e194871b
[libnozzle] add nozzle_get_handle_by_name tests
Author
fabbione
Browse Repository
No Audits
7913ef462520
[libnozzle] add nozzle_get_mac / nozzle_set_mac / nozzle_reset_mac tests
Author
fabbione
Browse Repository
No Audits
818f33d8e1ad
[libnozzle] add nozzle_get_mtu / nozzle_set_mtu / nozzle_reset_mtu tests
Author
fabbione
Browse Repository
No Audits
c126b0099139
[libnozzle] move multi nozzle device test to api_nozzle_open
Author
fabbione
Browse Repository
No Audits
a624b08ece66
[libnozzle] clean up code in set_up test
Author
fabbione
Browse Repository
No Audits
7b1ba2b9f86b
[libnozzle] improve set_down test
Author
fabbione
Browse Repository
No Audits
09aec54341af
[libnozzle] add api_nozzle_set_(up|down) tests
Author
fabbione
Browse Repository
No Audits
4d689457fb38
[libnozzle] drop unnecessary indirection to call set_down
Author
fabbione
Browse Repository
No Audits
c9e6865854b6
[libnozzle] drop redundant check
Author
fabbione
Browse Repository
No Audits
a7d40d757823
[libnozzle] add api_nozzle_close_test
Author
fabbione
Browse Repository
No Audits
b2853438580e
[libnozzle] fix test suite build on BSD
Author
fabbione
Browse Repository
No Audits
e7713542931c
[libnozzle] add api_nozzle_open test
Author
fabbione
Browse Repository
No Audits
606469009931
[libnozzle] prepare Makefile.am to explode with API tests
Author
fabbione
Browse Repository
No Audits
b791beb29aa6
[libnozzle] fix API check paths
Author
fabbione
Browse Repository
No Audits
57fe67dc63c1
[libnozzle] add per-API call test coverage check
Author
fabbione
Browse Repository
No Audits
96198bf45a34
[libnozzle] re-instate error checking in nozzle_get_ips
Author
fabbione
Browse Repository
No Audits
b3eaa9b80574
[libnozzle] add comment about BSD ip_add status
Author
fabbione
Browse Repository
No Audits
e960d7ac2d82
[libnozzle] cleanup nozzle_get_ips public API
Author
fabbione
Browse Repository
No Audits
74351a70eb47
[libnozzle] fix whitespaces
Author
fabbione
Browse Repository
No Audits
03e47e46ae59
[global] Update copyright across
Author
fabbione
Browse Repository
No Audits
99cb5a75aed9
[libnozzle] Update copyright
Author
fabbione
Browse Repository
No Audits
afc610de19f1
[libnozzle] fix build on BSD
Author
fabbione
Browse Repository
No Audits
fe2022897895
[libnozzle] remove error_string requirement from many API calls and mark them…
Author
fabbione
Browse Repository
No Audits
d35885118269
[libtap] move nozzle_run_updown to completed section
Author
fabbione
Browse Repository
No Audits
69e6ebf1437e
[tests] properly check symbols on PPC64
Author
fabbione
Browse Repository
No Audits
e17aeccd1060
[tests] remove debugging sleep()
Author
fabbione
Browse Repository
No Audits
3ac77f2458d5
[libnozzle] enable libnl3 < 3.3 build workaround
Author
fabbione
Browse Repository
No Audits
504b0aa73148
[libnozzle] Use libnl3.0 for ip address management on Linux
Author
fabbione
Browse Repository
No Audits
0182269e27c6
[libnozzle] whitespace cleanup
Author
fabbione
Browse Repository
No Audits
fd7d0b73fff8
[nozzle] expand buffers to deal with strncpy and -Werror=stringop-truncatio
Author
fabbione
Browse Repository
No Audits
a4a0cda2f068
[nozzle] drop duplicated code
Author
fabbione
Browse Repository
No Audits
7faf85fd2ee5
[nozzle] enable libnozzle build by default
Author
fabbione
Browse Repository
No Audits
6e3e091cd08b
[nozzle] move man pages to top level dir
Author
fabbione
Browse Repository
No Audits
27c4432d1352
[nozzle] fix man page generation
Author
fabbione
Browse Repository
No Audits
00f5258147bf
[nozzle] propagate errors all the way
Author
fabbione
Browse Repository
No Audits
2cbe89d1240f
[nozzle] fix build on BSD
Author
fabbione
Browse Repository
No Audits
6ff96e498d49
[nozzle] nozzle_open and nozzle_close should be stable now
Author
fabbione
Browse Repository
No Audits
e2785d57559f
[nozzle] move set up and down to the stable API section
Author
fabbione
Browse Repository
No Audits
a0f76f1a9121
[nozzle] decouple running pre-up.d/up.d/down.d/post-down.d from interface…
Author
fabbione
Browse Repository
No Audits