Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: 84eba36e529e8fe92396cde851c9c55adee4790a https://github.com/openSUSE/wicked/commit/84eba36e529e8fe92396cde851c9c55ade... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-01-29 (Thu, 29 Jan 2015) Changed paths: M client/suse/compat-suse.c M dhcp4/device.c M dhcp4/dhcp.h M dhcp4/protocol.c M include/wicked/addrconf.h M src/ifconfig.c M src/names.c Log Message: ----------- dhcp4: do not set/query mtu if set in the config (bsc#904323) Commit: c48751ee21896ecd2b6d7623ad134337c9ca7e03 https://github.com/openSUSE/wicked/commit/c48751ee21896ecd2b6d7623ad134337c9... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-01-29 (Thu, 29 Jan 2015) Changed paths: M dhcp4/protocol.c Log Message: ----------- dhcp4: limit MTU to be lower-equal 576 as before MTU of 576 disables path mtu discovery and breaks internet connections to several ISPs, see bnc#791280 for details. Commit: 340f1f86bff6d817685e4b2eef29b19e5ab581f2 https://github.com/openSUSE/wicked/commit/340f1f86bff6d817685e4b2eef29b19e5a... Author: Karol Mroz <kmroz@suse.de> Date: 2015-01-29 (Thu, 29 Jan 2015) Changed paths: M client/suse/compat-suse.c M dhcp4/device.c M dhcp4/dhcp.h M dhcp4/protocol.c M include/wicked/addrconf.h M src/ifconfig.c M src/names.c Log Message: ----------- Merge pull request #493 from mtomaschewski/dhcp4-mtu dhcp4: do not set/query mtu if set in the config (bsc#904323) Compare: https://github.com/openSUSE/wicked/compare/11fd897de151...340f1f86bff6