Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: f83099a958e27cf3eb2d75a3c3b6c5a5b82866ef
http://github.com/fabbione/kronosnet/commit/f83099a958e27cf3eb2d75a3c3b6c5a…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-08 (Fri, 08 Oct 2010)
Changed paths:
M knet.c
M tests/knet_test.c
Log Message:
-----------
knet: add knet_execute_shell and tests
this will be used to handle preup/up/down/post-down calls to shell
in case the script fails, both stdout and stderr outputs are logged
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: 980cedf3d8d7510060d8ef11ad26e7f2b3025760
http://github.com/fabbione/kronosnet/commit/980cedf3d8d7510060d8ef11ad26e7f…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-07 (Thu, 07 Oct 2010)
Changed paths:
M knet.c
M knet.h
M tests/knet_test.c
Log Message:
-----------
knet: drop redundant checks in set_mtu
all those checks are performed by the kernel too, that has a much
better idea of what MTU should be.
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: 58006e7f972c55c3c843e263e3320435514083a4
http://github.com/fabbione/kronosnet/commit/58006e7f972c55c3c843e263e332043…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-07 (Thu, 07 Oct 2010)
Changed paths:
M knet.c
M knet.h
M tests/knet_test.c
Log Message:
-----------
knet: add get/set mac address
and update test cases
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: f720fa9039a6e648e2bfa28fc4be078ea197b507
http://github.com/fabbione/kronosnet/commit/f720fa9039a6e648e2bfa28fc4be078…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-07 (Thu, 07 Oct 2010)
Changed paths:
M knet.c
M knet.h
M tests/knet_test.c
Log Message:
-----------
Add knet_get_mtu/set_mtu functions
and add test cases
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: ce9cb5397b779027804ae625730585cc49717685
http://github.com/fabbione/kronosnet/commit/ce9cb5397b779027804ae625730585c…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-07 (Thu, 07 Oct 2010)
Changed paths:
M knet.c
M tests/Makefile.am
M tests/knet_test.c
M utils.h
Log Message:
-----------
knet: create static knet socket to handle all ioctl work
also make ifreq static and global instead of polling everytime.
Introduce STATIC macro to access global static variables from tests/
Adjust test case to verify for sock errors
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Branch: refs/heads/master
Home: http://github.com/fabbione/kronosnet
Commit: bba2a8d77f07081fc339f3ffb2667ad3e6796cf6
http://github.com/fabbione/kronosnet/commit/bba2a8d77f07081fc339f3ffb2667ad…
Author: Fabio M. Di Nitto <fdinitto(a)redhat.com>
Date: 2010-10-07 (Thu, 07 Oct 2010)
Changed paths:
M configure.ac
A knet.c
A knet.h
M tests/Makefile.am
A tests/knet_test.c
Log Message:
-----------
Add knet_open and knet_close functions
Signed-off-by: Fabio M. Di Nitto <fdinitto(a)redhat.com>