[wicked-commit] [openSUSE/wicked] 0051b0: dhcp: move specific dhcp.h to dhcp4.h and dhcp6.h
Branch: refs/heads/master Home: https://github.com/openSUSE/wicked 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: 0f5e9901a3da44ac3cbd74cba9270953f725c39f https://github.com/openSUSE/wicked/commit/0f5e9901a3da44ac3cbd74cba9270953f7... 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: 77af33a89062162505b3321888a448025e1f5466 https://github.com/openSUSE/wicked/commit/77af33a89062162505b3321888a448025e... 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: 080acda5dd5438e36a7c79c0c8a8f863f18f9b5b https://github.com/openSUSE/wicked/commit/080acda5dd5438e36a7c79c0c8a8f863f1... 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: 9af7e22811212b261979b7c519935f8846671f60 https://github.com/openSUSE/wicked/commit/9af7e22811212b261979b7c519935f8846... Author: Nirmoy Das <ndas@suse.de> Date: 2016-07-26 (Tue, 26 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 dhcp4: initial support to request custom options (bsc#916948,bsc#988954) Compare: https://github.com/openSUSE/wicked/compare/1b0c976bdc74...9af7e2281121
participants (1)
-
Nirmoy Das