Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: 8152925f53c4d8c55b58ef6d2c2f876aebdd1ebd https://github.com/openSUSE/wicked/commit/8152925f53c4d8c55b58ef6d2c2f876aeb... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-05-12 (Mon, 12 May 2014) Changed paths: M include/wicked/util.h M src/util.c M src/xml.c Log Message: ----------- util: Fix return state of ni_var_array_get functions Change return code to: - 0 in case of object not found - 1 in case of object found - -1 in case of error Rename ni_var_array_get_interger and ni_var_array_set_interger to ni_var_array_get/set_uint. Commit: 684c5414941a066debace06c4d3054a025707bb7 https://github.com/openSUSE/wicked/commit/684c5414941a066debace06c4d3054a025... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-05-12 (Mon, 12 May 2014) Changed paths: M client/compat.c M client/read-config.c M client/wicked-client.h Log Message: ----------- client: Config prio handling based on ifindexes Commit: 93f5b88b90e5f2c530fc4d2b43e1f158a563122b https://github.com/openSUSE/wicked/commit/93f5b88b90e5f2c530fc4d2b43e1f158a5... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-05-12 (Mon, 12 May 2014) Changed paths: M client/compat.c M client/read-config.c M client/wicked-client.h M include/wicked/util.h M src/util.c M src/xml.c Log Message: ----------- Merge pull request #235 from pwieczorkiewicz/ifindextoname Compare: https://github.com/openSUSE/wicked/compare/2771722d6cd4...93f5b88b90e5