[wicked-commit] [openSUSE/wicked] 0d309c: ifconfig: delete address first if address differs
Branch: refs/heads/sle12 Home: https://github.com/openSUSE/wicked Commit: 0d309c35cc33c9af221a89e2cf2630e1e5d54cb3 https://github.com/openSUSE/wicked/commit/0d309c35cc33c9af221a89e2cf2630e1e5... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-09-08 (Mon, 08 Sep 2014) Changed paths: M src/ifconfig.c Log Message: ----------- ifconfig: delete address first if address differs When replacing a lease address and e.g. the prefix length differs (change from IP/32 to IP/24), delete the old lease address first, as replace does not cover this (bnc#890406). Commit: e3a086c0e15827fdc45d7d8afc70ab290faecec8 https://github.com/openSUSE/wicked/commit/e3a086c0e15827fdc45d7d8afc70ab290f... Author: Olaf Kirch <okir@suse.de> Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M include/wicked/socket.h M src/socket.c Log Message: ----------- Remove unused function ni_local_socket_listen() This function goes back to the early days of wicked when it was using a REST interface served via an AF_LOCAL socket. This stuff has been for a few years, so it's time to say goodbye to some of its supporting functions. Signed-off-by: Olaf Kirch <okir@suse.de> Commit: 121911f4630953c05a2cbb5db6b27f702a720311 https://github.com/openSUSE/wicked/commit/121911f4630953c05a2cbb5db6b27f702a... Author: Olaf Kirch <okir@suse.de> Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M include/wicked/socket.h M src/socket.c Log Message: ----------- Remove unused function ni_local_socket_connect This function goes back to the early days of wicked when it was using a REST interface served via an AF_LOCAL socket. This stuff has been for a few years, so it's time to say goodbye to some of its supporting functions. Signed-off-by: Olaf Kirch <okir@suse.de> Commit: 7d4ecbd3c0b0e8f042641e47abb7d35e4f98ebe1 https://github.com/openSUSE/wicked/commit/7d4ecbd3c0b0e8f042641e47abb7d35e4f... Author: Olaf Kirch <okir@suse.de> Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M include/wicked/socket.h M src/socket.c Log Message: ----------- Remove unused function ni_local_socket_pair This function goes back to the early days of wicked when it was using a REST interface served via an AF_LOCAL socket. This stuff has been for a few years, so it's time to say goodbye to some of its supporting functions. Signed-off-by: Olaf Kirch <okir@suse.de> Commit: 938d81f2d167d20a970efca55a058b828fe59624 https://github.com/openSUSE/wicked/commit/938d81f2d167d20a970efca55a058b828f... Author: Olaf Kirch <okir@suse.de> Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M src/process.c Log Message: ----------- Add comment/caveat to __ni_process_output_recv The socket recv buffer can grow without bounds here. No immediate idea what to do about this, but flag this as a potential source of trouble. Signed-off-by: Olaf Kirch <okir@suse.de> Commit: f26716ac00e0b0e89c16286233ca6cc3bc6fd609 https://github.com/openSUSE/wicked/commit/f26716ac00e0b0e89c16286233ca6cc3bc... Author: Olaf Kirch <okir@suse.de> Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M src/appconfig.h M src/config.c Log Message: ----------- ni_config_t: remove recv_max member This member variable was used by ni_local_socket_listen(), which is gone now. Signed-off-by: Olaf Kirch <okir@suse.de> Commit: 980cae3f198a0a837d047b0eeabf86c1707a908e https://github.com/openSUSE/wicked/commit/980cae3f198a0a837d047b0eeabf86c170... Author: Olaf Kirch <okir@suse.de> Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M etc/common.xml.in M src/config.c Log Message: ----------- Small clean-up of config file syntax: group dbus related options together Old-school: <dbus name="org.opensuse.Network" /> <schema name="/some/path/wicked.xml" /> New school: <dbus> <service name="org.opensuse.Network" /> <schema name="/some/path/wicked.xml" /> </dbus> For the time being, both old-school and new-school options will be recognized. No warnings are issued. Signed-off-by: Olaf Kirch <okir@suse.de> Commit: af7cbe66abadda2956f6e6f20ce27b3d6e593aa7 https://github.com/openSUSE/wicked/commit/af7cbe66abadda2956f6e6f20ce27b3d6e... Author: Olaf Kirch <okir@suse.de> Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M etc/common.xml.in M src/config.c Log Message: ----------- config: support a local.xml to override settings w/o getting in trouble with maintenance updates If a user modifies one of the wicked xml config files, we're running into trouble on the next maintenance update. Either the poor guy/gal is using all modifications, or we're not applying our change. One way around that is to have a dangling <include> element in common.xml: <!-- If you want to override configuration options in this file, consider putting them into local.xml rather than here. --> <include name="local.xml" optional="true"/> We don't ship that local.xml. If it doesn't exist, we don't complain, but if the user does create it, we parse it like any other config file. Signed-off-by: Olaf Kirch <okir@suse.de> Commit: 47b830ec6b84d1bf87533c65d36c0fcc79ea5a70 https://github.com/openSUSE/wicked/commit/47b830ec6b84d1bf87533c65d36c0fcc79... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M src/util.c Log Message: ----------- utils: filter out alias names in ni_format_bitmap Commit: 914fb884f9193fb620f32c143bbd748a9e10f22c https://github.com/openSUSE/wicked/commit/914fb884f9193fb620f32c143bbd748a9e... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M client/compat.c M client/suse/compat-suse.c M include/wicked/ethernet.h M schema/ethernet.xml M src/dbus-objects/ethernet.c M src/ethernet.c Log Message: ----------- wol: support for wake on lan configuration (bnc#869114) Commit: 7bae7b3dca64218fb841249297cfff0eb9852490 https://github.com/openSUSE/wicked/commit/7bae7b3dca64218fb841249297cfff0eb9... Author: Olaf Kirch <okir@suse.de> Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M src/config.c Log Message: ----------- Minor cosmetic error logging fix to ni_config_parse_addrconf_* Several ni_error() calls were referring to an XML element by <something attribute="foobar" without closing right angle. Fixed those. Signed-off-by: Olaf Kirch <okir@suse.de> Commit: 375bacf9e243b7f4b1195cb0ee9df4967e0b2bd4 https://github.com/openSUSE/wicked/commit/375bacf9e243b7f4b1195cb0ee9df4967e... Author: Olaf Kirch <okir@suse.de> Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M man/wicked-config.5.in Log Message: ----------- Updated wicked-config.5 manpage Signed-off-by: Olaf Kirch <okir@suse.de> Commit: 92acbea8a6004691a83c6278c76c7a089f6f66a0 https://github.com/openSUSE/wicked/commit/92acbea8a6004691a83c6278c76c7a089f... Author: Marius Tomaschewski <mt@suse.de> Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M src/dbus-objects/ethernet.c M src/ethernet.c Log Message: ----------- wol: handle devices without wol support (bnc#869114) Commit: c372b7de6eabe8833ac72b624da8d208c2968c4e https://github.com/openSUSE/wicked/commit/c372b7de6eabe8833ac72b624da8d208c2... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M etc/common.xml.in M man/wicked-config.5.in M src/config.c Log Message: ----------- Merge pull request #411 from okirch/config-doc Some config.xml enhancements and big manpage update Commit: 3fd3599ee15aadc6045ab54d2f20669572bc8127 https://github.com/openSUSE/wicked/commit/3fd3599ee15aadc6045ab54d2f20669572... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M include/wicked/socket.h M src/appconfig.h M src/config.c M src/process.c M src/socket.c Log Message: ----------- Merge pull request #410 from okirch/nuke-obsolete-socket-fncts Nuke obsolete socket fncts Commit: dafc6925ee9b7b0b5fafde5e16ca2b3446f6432f https://github.com/openSUSE/wicked/commit/dafc6925ee9b7b0b5fafde5e16ca2b3446... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M client/compat.c M client/suse/compat-suse.c M include/wicked/ethernet.h M schema/ethernet.xml M src/dbus-objects/ethernet.c M src/ethernet.c M src/util.c Log Message: ----------- Merge pull request #409 from mtomaschewski/wol wol: support for wake on lan configuration (bnc#869114) Commit: f1732b9300b87d9784e42c5d29f1a38dd33a3e0f https://github.com/openSUSE/wicked/commit/f1732b9300b87d9784e42c5d29f1a38dd3... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M src/ifconfig.c Log Message: ----------- Merge pull request #407 from mtomaschewski/ifconfig-1 ifconfig: delete address first if address differs (bnc#890406) Commit: 953fa2e19675b8d65a814a7a7adc0e1dd7e27c51 https://github.com/openSUSE/wicked/commit/953fa2e19675b8d65a814a7a7adc0e1dd7... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2014-09-09 (Tue, 09 Sep 2014) Changed paths: M VERSION Log Message: ----------- version 0.6.6 Compare: https://github.com/openSUSE/wicked/compare/454c3bc6b9d3...953fa2e19675
participants (1)
-
Pawel Wieczorkiewicz