[wicked-commit] [openSUSE/wicked] 5cd629: address: removed broadcast calculations (bsc#94471...
Branch: refs/heads/testing Home: https://github.com/openSUSE/wicked Commit: 5cd629b710625274e08c684271a5582b44a50a6c https://github.com/openSUSE/wicked/commit/5cd629b710625274e08c684271a5582b44... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-11-19 (Thu, 19 Nov 2015) Changed paths: M client/compat.c M client/suse/compat-suse.c M src/address.c M src/dhcp4/protocol.c M src/iflist.c M src/leaseinfo.c Log Message: ----------- address: removed broadcast calculations (bsc#944710) Send broadcast address to the kernel only when the config (or dhcp) explicitly provides one instead to calculate it in some cases. The kernel has an own logic to automatically properly calculate related settings as needed (e.g. set routes), also depending on sysctl and other flags. Sending it, overrides the logic and can enforce specific, non-standard behavior. An "ip address add 192.0.2.1/24 dev eth0" does not send it too. Commit: 6ca14be9b95f546dab008610aea56c59e6feb1d5 https://github.com/openSUSE/wicked/commit/6ca14be9b95f546dab008610aea56c59e6... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-11-20 (Fri, 20 Nov 2015) Changed paths: M client/suse/config/ifcfg-lo Log Message: ----------- address: removed useless broadcast from ifcfg-lo The kernel does not set any on this non-broadcast device. Commit: 3f8c397e7343cb701c88709d92b3e72e0fc73161 https://github.com/openSUSE/wicked/commit/3f8c397e7343cb701c88709d92b3e72e0f... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-12-04 (Fri, 04 Dec 2015) Changed paths: M client/compat.c M client/suse/compat-suse.c M client/suse/config/ifcfg-lo M src/address.c M src/dhcp4/protocol.c M src/iflist.c M src/leaseinfo.c Log Message: ----------- Merge pull request #611 from mtomaschewski/brd-cleanup Compare: https://github.com/openSUSE/wicked/compare/3f96a6ccb8b1...3f8c397e7343
participants (1)
-
Marius Tomaschewski