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>