[wicked-commit] [openSUSE/wicked] 74e117: dhcp4: enable rfc4361 client-id for DHCPv4
Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: 74e117a2797f49d53647d6f8b75c7392f8fd2dfc https://github.com/openSUSE/wicked/commit/74e117a2797f49d53647d6f8b75c7392f8... Author: Marius Tomaschewski <mt@suse.de> Date: 2018-02-01 (Thu, 01 Feb 2018) Changed paths: M configure.ac M src/dhcp4/device.c Log Message: ----------- dhcp4: enable rfc4361 client-id for DHCPv4 Enabled DHCPv4 to use the rfc4361 client-id on ethernet interfaces. When disabled via the --disable-dhcp4-rfc4361-cid configure option, ethernet type interfaces will use an tratidional RFC 2132 sect 9.14 client id (01 type followed by the mac address) by default, the new rfc4361 client-id can be enabled as default or per interface in the wicked-config(5). The new rfc4361 client-id (ff type followed by dhcp6 iaid and duid) is mandated by infiniband RFC 4930 and required to update the A and AAAA (ipv4 and ipv6) DNS records in the same zone (e.g. ISC dhcp). Commit: 3b1fed44b5f49153098f843e3bea92ae227a397b https://github.com/openSUSE/wicked/commit/3b1fed44b5f49153098f843e3bea92ae22... Author: Marius Tomaschewski <mt@suse.de> Date: 2018-02-01 (Thu, 01 Feb 2018) Changed paths: M wicked.spec.in Log Message: ----------- spec: conditionally disable dhcp4 rfc4361 client-id Disable for sles12 and leap42 to preserve defaults, where it needs to be enabled via wicked-config(5). Commit: bd6eb2b53890748517e90ebb12d147fd428847c4 https://github.com/openSUSE/wicked/commit/bd6eb2b53890748517e90ebb12d147fd42... Author: Nirmoy Das <ndas@suse.de> Date: 2018-02-02 (Fri, 02 Feb 2018) Changed paths: M configure.ac M src/dhcp4/device.c M wicked.spec.in Log Message: ----------- Merge pull request #732 from mtomaschewski/fate-323576 dhcp4: enable rfc4361 client-id on ethernet (fate#323576) Compare: https://github.com/openSUSE/wicked/compare/55bf667acb2f...bd6eb2b53890
participants (1)
-
Nirmoy Das