[wicked-commit] [openSUSE/wicked] 64ee7d: dhcp4: send hostname in discover (bsc#985894)
Branch: refs/heads/testing Home: https://github.com/openSUSE/wicked Commit: 64ee7d210fee3a5ced57105765f25df52d650318 https://github.com/openSUSE/wicked/commit/64ee7d210fee3a5ced57105765f25df52d... Author: Marius Tomaschewski <mt@suse.de> Date: 2016-07-12 (Tue, 12 Jul 2016) Changed paths: M src/dhcp4/protocol.c Log Message: ----------- dhcp4: send hostname in discover (bsc#985894) Commit: c1ab12524ad6cedf6f8503454a101cf3dd93f371 https://github.com/openSUSE/wicked/commit/c1ab12524ad6cedf6f8503454a101cf3dd... Author: Marius Tomaschewski <mt@suse.de> Date: 2016-07-19 (Tue, 19 Jul 2016) Changed paths: M include/wicked/constants.h M src/iflist.c M src/names.c Log Message: ----------- ovs: use generic ovs type until we can query ovs Query if ovs device is a bridge using ovs-vsctl br-exists first, then query the further bridge details (bsc#982231). Commit: 0051b0ab24cef06d8f69edadc6333377dacdbe94 https://github.com/openSUSE/wicked/commit/0051b0ab24cef06d8f69edadc6333377da... Author: Marius Tomaschewski <mt@suse.de> Date: 2016-07-20 (Wed, 20 Jul 2016) Changed paths: M dhcp4/dbus-api.c M dhcp4/main.c M dhcp6/dbus-api.h M src/Makefile.am M src/dhcp4/device.c R src/dhcp4/dhcp.h A src/dhcp4/dhcp4.h M src/dhcp4/fsm.c M src/dhcp4/protocol.c M src/dhcp4/tester.c M src/dhcp6/device.c R src/dhcp6/dhcp.h A src/dhcp6/dhcp6.h M src/dhcp6/fsm.c M src/dhcp6/protocol.c M src/dhcp6/tester.c Log Message: ----------- dhcp: move specific dhcp.h to dhcp4.h and dhcp6.h Commit: 6ec18739f0f9d85f72ed2b8eea7f13e0912b974b https://github.com/openSUSE/wicked/commit/6ec18739f0f9d85f72ed2b8eea7f13e091... Author: Marius Tomaschewski <mt@suse.de> Date: 2016-07-20 (Wed, 20 Jul 2016) Changed paths: M include/wicked/addrconf.h M src/Makefile.am A src/dhcp.c A src/dhcp.h M src/netinfo.c Log Message: ----------- addrconf: add generic dhcp options to lease Commit: 40a0d3ba2a523de676c70fccc3279680d9143591 https://github.com/openSUSE/wicked/commit/40a0d3ba2a523de676c70fccc3279680d9... Author: Marius Tomaschewski <mt@suse.de> Date: 2016-07-21 (Thu, 21 Jul 2016) Changed paths: M src/dhcp4/protocol.c Log Message: ----------- dhcp4: store unparsed options in the lease Fixed to decode options according to rfc3396. Commit: cf4a08ed41d07618eb439d0c1fb4e0067c6eb1de https://github.com/openSUSE/wicked/commit/cf4a08ed41d07618eb439d0c1fb4e0067c... Author: Marius Tomaschewski <mt@suse.de> Date: 2016-07-21 (Thu, 21 Jul 2016) Changed paths: M src/dbus-objects/misc.c Log Message: ----------- dbus: handle unparsed dhcp options in leases Commit: d803a1df98dac66c1898b76e2db78c19e14382d2 https://github.com/openSUSE/wicked/commit/d803a1df98dac66c1898b76e2db78c19e1... Author: Marius Tomaschewski <mt@suse.de> Date: 2016-07-21 (Thu, 21 Jul 2016) Changed paths: M src/util.c Log Message: ----------- utils: fixed last byte formating in ni_format_hex - Do not expect 5 bytes still available in hex output buffer, but 4 (colon, two hex chars and terminator). - Always initialize first byte in hex output buffer and return NULL if data or output buffer are NULL. - Adjusted ni_format_hex usage in ni_sprint_hex Commit: 599ff47fa4e163cfb0805ba08c880b6ee00410d0 https://github.com/openSUSE/wicked/commit/599ff47fa4e163cfb0805ba08c880b6ee0... Author: Marius Tomaschewski <mt@suse.de> Date: 2016-07-21 (Thu, 21 Jul 2016) Changed paths: M src/dhcp4/lease.c M src/leasefile.c M src/leasefile.h Log Message: ----------- lease: store and load other/unknown dhcp options Commit: 3d093a7382069388c9886de035964137b3f43177 https://github.com/openSUSE/wicked/commit/3d093a7382069388c9886de035964137b3... Author: Marius Tomaschewski <mt@suse.de> Date: 2016-07-21 (Thu, 21 Jul 2016) Changed paths: M client/compat.c M client/suse/compat-suse.c M client/wicked-client.h M dhcp4/dbus-api.c M schema/addrconf.xml M src/dhcp4/device.c M src/dhcp4/dhcp4.h M src/dhcp4/protocol.c Log Message: ----------- dhcp4: initial support to request custom options Commit: 2624aef6a025deb3e326be93eb08681f920b8fcb https://github.com/openSUSE/wicked/commit/2624aef6a025deb3e326be93eb08681f92... Author: Marius Tomaschewski <mt@suse.de> Date: 2016-07-21 (Thu, 21 Jul 2016) Changed paths: M src/leaseinfo.c Log Message: ----------- leaseinfo: dump other/unknown dhcp options Commit: 7945067518bd8f8177331d76c3f2dbc5ec18abc8 https://github.com/openSUSE/wicked/commit/7945067518bd8f8177331d76c3f2dbc5ec... Author: Marius Tomaschewski <mt@suse.de> Date: 2016-07-21 (Thu, 21 Jul 2016) Changed paths: M man/ifcfg-dhcp.5.in Log Message: ----------- man: added DHCLIENT_REQUEST_OPTION to ifcfg-dhcp Commit: 684705da3fbb2145894753c95090394763389b31 https://github.com/openSUSE/wicked/commit/684705da3fbb2145894753c95090394763... Author: Marius Tomaschewski <mt@suse.de> Date: 2016-07-21 (Thu, 21 Jul 2016) Changed paths: M src/dhcp4/protocol.c Log Message: ----------- Merge pull request #659 from mtomaschewski/dhcp-hostname Commit: 6d4158fe2dc9d4850969ed22c81bd710e3f4814b https://github.com/openSUSE/wicked/commit/6d4158fe2dc9d4850969ed22c81bd710e3... Author: Marius Tomaschewski <mt@suse.de> Date: 2016-07-21 (Thu, 21 Jul 2016) Changed paths: M include/wicked/constants.h M src/iflist.c M src/names.c Log Message: ----------- Merge pull request #661 from mtomaschewski/ovs-discover Commit: df6f52a3e49f398e35fbc2f7f6a5faffeb8544a5 https://github.com/openSUSE/wicked/commit/df6f52a3e49f398e35fbc2f7f6a5faffeb... Author: Marius Tomaschewski <mt@suse.de> Date: 2016-07-21 (Thu, 21 Jul 2016) Changed paths: M client/compat.c M client/suse/compat-suse.c M client/wicked-client.h M dhcp4/dbus-api.c M dhcp4/main.c M dhcp6/dbus-api.h M include/wicked/addrconf.h M man/ifcfg-dhcp.5.in M schema/addrconf.xml M src/Makefile.am M src/dbus-objects/misc.c A src/dhcp.c A src/dhcp.h M src/dhcp4/device.c R src/dhcp4/dhcp.h A src/dhcp4/dhcp4.h M src/dhcp4/fsm.c M src/dhcp4/lease.c M src/dhcp4/protocol.c M src/dhcp4/tester.c M src/dhcp6/device.c R src/dhcp6/dhcp.h A src/dhcp6/dhcp6.h M src/dhcp6/fsm.c M src/dhcp6/protocol.c M src/dhcp6/tester.c M src/leasefile.c M src/leasefile.h M src/leaseinfo.c M src/netinfo.c M src/util.c Log Message: ----------- Merge pull request #660 from mtomaschewski/dhcp-other-opts Compare: https://github.com/openSUSE/wicked/compare/0f9505893d81...df6f52a3e49f
participants (1)
-
Marius Tomaschewski