[wicked-commit] [openSUSE/wicked] 4d87c5: Merge pull request #806 from rtorrero/lower-loglev...
Branch: refs/heads/testing Home: https://github.com/openSUSE/wicked Commit: 4d87c5a467e067c703ba98d4a93358e10def4aae https://github.com/openSUSE/wicked/commit/4d87c5a467e067c703ba98d4a93358e10d... Author: Marius Tomaschewski <mt@suse.de> Date: 2019-08-14 (Wed, 14 Aug 2019) Changed paths: M src/dhcp6/protocol.c Log Message: ----------- Merge pull request #806 from rtorrero/lower-loglevel_unexpected-xid dhcp6: lower unexpected xid messages to debug level 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: 8da5e2dd44c5e4cc8da5414a5f7e7e22be914bb4 https://github.com/openSUSE/wicked/commit/8da5e2dd44c5e4cc8da5414a5f7e7e22be... 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: ----------- Merge pull request #808 from mtomaschewski/address-len dhcp6: do not default to a /64 address prefix-length (bsc#1132280) 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). Compare: https://github.com/openSUSE/wicked/compare/5019e0676f6b...8da5e2dd44c5
participants (1)
-
Marius Tomaschewski