[wicked-commit] [openSUSE/wicked] 15ca10: dhcp6: do not default to a /64 address prefix-length
Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: 15ca1073a50d57161972e961f6a266ef9064e16b https://github.com/openSUSE/wicked/commit/15ca1073a50d57161972e961f6a266ef90... Author: Marius Tomaschewski <mt@suse.de> Date: 2019-08-14 (Wed, 14 Aug 2019) Changed paths: M client/compat.c M client/suse/compat-suse.c M client/suse/config/sysconfig.dhcp-wicked M client/wicked-client.h M dhcp6/dbus-api.c M schema/addrconf.xml M src/dhcp6/device.c M src/dhcp6/dhcp6.h M src/dhcp6/protocol.c Log Message: ----------- dhcp6: do not default to a /64 address prefix-length Add an address-length aka DHCLIENT6_ADDRESS_LENGTH ifcfg option, which permits to specify explicit prefix-length to use for the DHCPv6 address, e.g. 64 to use address as 2001:db8::1/64 or 80 for 2001:db8::1/80. When 0 or unspecified (default), prefix-length of the smallest on-link prefix (highest /length number) in the IPv6 router advertisement matching the address is used or 128 (see also rfc5942). Commit: d5d6cdeff977122be408ffb1eb3019d1fa4b5f9b https://github.com/openSUSE/wicked/commit/d5d6cdeff977122be408ffb1eb3019d1fa... Author: Rubén Torrero Marijnissen <rtorreromarijnissen@suse.com> Date: 2019-08-14 (Wed, 14 Aug 2019) Changed paths: M client/compat.c M client/suse/compat-suse.c M client/suse/config/sysconfig.dhcp-wicked M client/wicked-client.h M dhcp6/dbus-api.c M schema/addrconf.xml M src/dhcp6/device.c M src/dhcp6/dhcp6.h M src/dhcp6/protocol.c Log Message: ----------- Merge pull request #808 from mtomaschewski/address-len dhcp6: do not default to a /64 address prefix-length (bsc#1132280) Compare: https://github.com/openSUSE/wicked/compare/a3e11b9bb797...d5d6cdeff977
participants (1)
-
Rubén Torrero Marijnissen