[wicked-commit] [openSUSE/wicked] 98334a: compat: merge suse dhcp defaults and parse once
Branch: refs/heads/sle12 Home: https://github.com/openSUSE/wicked Commit: 98334a0505a08d0c06003a8af7872576b29e238f https://github.com/openSUSE/wicked/commit/98334a0505a08d0c06003a8af7872576b2... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-01-28 (Wed, 28 Jan 2015) Changed paths: M client/suse/compat-suse.c M include/wicked/sysconfig.h M src/sysconfig.c Log Message: ----------- compat: merge suse dhcp defaults and parse once Commit: 9c27bf3093159630840c624d66dcfa276b1972fa https://github.com/openSUSE/wicked/commit/9c27bf3093159630840c624d66dcfa276b... Author: Karol Mroz <kmroz@suse.de> Date: 2015-01-28 (Wed, 28 Jan 2015) Changed paths: M include/wicked/addrconf.h Log Message: ----------- addrconf: added dhcp4 user-class structures Commit: c52555230c4ec4538d2ea103d68dc966a42e1b75 https://github.com/openSUSE/wicked/commit/c52555230c4ec4538d2ea103d68dc966a4... Author: Karol Mroz <kmroz@suse.de> Date: 2015-01-28 (Wed, 28 Jan 2015) Changed paths: M include/wicked/addrconf.h M src/names.c Log Message: ----------- names: map dhcp4 user-class format names and types Commit: 3d704c190968b51e7a86492eed48bc8af353a0d3 https://github.com/openSUSE/wicked/commit/3d704c190968b51e7a86492eed48bc8af3... Author: Karol Mroz <kmroz@suse.de> Date: 2015-01-28 (Wed, 28 Jan 2015) Changed paths: M dhcp4/dbus-api.c M dhcp4/device.c M dhcp4/dhcp.h M dhcp4/protocol.c Log Message: ----------- dhcp4: put new user-class structure on the wire Commit: 5acb61d12d140c63458e035c592ab2b9475c3722 https://github.com/openSUSE/wicked/commit/5acb61d12d140c63458e035c592ab2b947... Author: Karol Mroz <kmroz@suse.de> Date: 2015-01-28 (Wed, 28 Jan 2015) Changed paths: M dhcp4/dbus-api.c M schema/addrconf.xml Log Message: ----------- dhcp4: user-class schema and dbus data properties Commit: fbbeb5f048f74214c003524d9e4b968e635251f0 https://github.com/openSUSE/wicked/commit/fbbeb5f048f74214c003524d9e4b968e63... Author: Karol Mroz <kmroz@suse.de> Date: 2015-01-28 (Wed, 28 Jan 2015) Changed paths: M client/compat.c M client/suse/compat-suse.c M client/wicked-client.h Log Message: ----------- client: parse compat suse dhcp4 user-class string Handles parsing of rfc3004 formatted user-class as well as non-standard but common string type. Commit: 0f8e518fe94243ce56429ccd681f0ef2520a9b32 https://github.com/openSUSE/wicked/commit/0f8e518fe94243ce56429ccd681f0ef252... Author: Karol Mroz <kmroz@suse.de> Date: 2015-01-28 (Wed, 28 Jan 2015) Changed paths: M man/ifcfg-dhcp.5.in Log Message: ----------- man: document DHCLIENT_USER_CLASS_ID in ifcfg-dhcp(5) Commit: 9846a733f374b996ecff4f2155ce1948dd435119 https://github.com/openSUSE/wicked/commit/9846a733f374b996ecff4f2155ce1948dd... Author: Karol Mroz <kmroz@suse.de> Date: 2015-01-28 (Wed, 28 Jan 2015) Changed paths: M client/suse/compat-suse.c M include/wicked/sysconfig.h M src/sysconfig.c Log Message: ----------- Merge pull request #491 from mtomaschewski/suse-dhcp-defaults compat: merge suse dhcp defaults and parse once Commit: 11fd897de15107e4cc696ebff598eee76a354eac https://github.com/openSUSE/wicked/commit/11fd897de15107e4cc696ebff598eee76a... Author: Karol Mroz <kmroz@suse.de> Date: 2015-01-28 (Wed, 28 Jan 2015) Changed paths: M client/compat.c M client/suse/compat-suse.c M client/wicked-client.h M dhcp4/dbus-api.c M dhcp4/device.c M dhcp4/dhcp.h M dhcp4/protocol.c M include/wicked/addrconf.h M man/ifcfg-dhcp.5.in M schema/addrconf.xml M src/names.c Log Message: ----------- Merge pull request #492 from mtomaschewski/dhcp4-class-4 dhcp4: handle user-class option in config (bsc#909307) 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) Commit: 23d1b166bbbffbb5177edaced21dce77898f96dc https://github.com/openSUSE/wicked/commit/23d1b166bbbffbb5177edaced21dce7789... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-01-30 (Fri, 30 Jan 2015) Changed paths: M src/config.c Log Message: ----------- config: fix a misorder in error printout about use-nany Commit: 65350196b4fd547227d3dccb47dbe0402ba1a25e https://github.com/openSUSE/wicked/commit/65350196b4fd547227d3dccb47dbe0402b... Author: Karol Mroz <kmroz@suse.de> Date: 2015-01-30 (Fri, 30 Jan 2015) Changed paths: M src/config.c Log Message: ----------- Merge pull request #495 from pwieczorkiewicz/use-nanny config: fix a misorder in error printout about use-nany Commit: f34ae5433620ddcc0dffd4074cbb5a507f8f3dfd https://github.com/openSUSE/wicked/commit/f34ae5433620ddcc0dffd4074cbb5a507f... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-01-31 (Sat, 31 Jan 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: Add general fsm set timer function Commit: a7ea8b7b46da6f254fd5517e40df7fedbfc92afd https://github.com/openSUSE/wicked/commit/a7ea8b7b46da6f254fd5517e40df7fedbf... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-01-31 (Sat, 31 Jan 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: Add general fsm cancel timer function Commit: 6ee68712fad4c6cf167cd004895f1689c87dbbdd https://github.com/openSUSE/wicked/commit/6ee68712fad4c6cf167cd004895f1689c8... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-02-02 (Mon, 02 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: fix for ni_fsm_do() pending_workers cast error Commit: 606b50d601876e81aaaca9db26cd0f103d22ab29 https://github.com/openSUSE/wicked/commit/606b50d601876e81aaaca9db26cd0f103d... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-02-02 (Mon, 02 Feb 2015) Changed paths: M src/dbus-objects/wireless.c Log Message: ----------- wireless: Add handling of auth-proto parameter (wpa1|wpa2) (bsc#911299) Commit: 9350aec0240dabb228fbd280e891cdd69d15527f https://github.com/openSUSE/wicked/commit/9350aec0240dabb228fbd280e891cdd69d... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-02 (Mon, 02 Feb 2015) Changed paths: M src/dbus-objects/misc.c Log Message: ----------- dbus: prereserve callback order as in dict Commit: e31649d957dc1b37b950a2f0fcf727da996d3fcd https://github.com/openSUSE/wicked/commit/e31649d957dc1b37b950a2f0fcf727da99... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-03 (Tue, 03 Feb 2015) Changed paths: M include/wicked/fsm.h M man/wicked.8.in M schema/interface.xml M src/dbus-objects/interface.c M src/fsm.c Log Message: ----------- events: added waitLinkUp method to wait for link-up - Renamed confusing client device-up state to device-setup; this state configures device properties (MAC, bond/bridge specific options ...), not the administrative UP flag. - Return a callback to wait until device-up event in linkUp, signaling that the administrative "ip set link up" has been applied to the kernel, but does not include the link negotiation/detection results. - Added a separate waitLinkUp method causing to wait for the link-up event signaling link negotiation/detection success. Commit: ecee9256a6c917aa982ed74bc34dd90d39a19aea https://github.com/openSUSE/wicked/commit/ecee9256a6c917aa982ed74bc34dd90d39... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-03 (Tue, 03 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- Merge pull request #496 from pwieczorkiewicz/fsm_timers fsm: more generalized timer set/cancel functions Commit: 9956739c8339475b3e7da847cdc70399d45c81a6 https://github.com/openSUSE/wicked/commit/9956739c8339475b3e7da847cdc70399d4... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-03 (Tue, 03 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- Merge pull request #498 from pwieczorkiewicz/fsm_overflow fsm: fix for a pending workers integer to boolean result cast error Commit: 44b03306087800342f8a2106824a40ef9efd36d3 https://github.com/openSUSE/wicked/commit/44b03306087800342f8a2106824a40ef9e... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-03 (Tue, 03 Feb 2015) Changed paths: M src/dbus-objects/wireless.c Log Message: ----------- Merge pull request #499 from pwieczorkiewicz/wireless-wpa1 wireless: Add handling of auth-proto parameter (wpa1|wpa2) (bsc#911299) Commit: 03be908cadf0b48c45e1bfa3b3f27654e0cd9685 https://github.com/openSUSE/wicked/commit/03be908cadf0b48c45e1bfa3b3f27654e0... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-02-03 (Tue, 03 Feb 2015) Changed paths: M include/wicked/fsm.h M man/wicked.8.in M schema/interface.xml M src/dbus-objects/interface.c M src/dbus-objects/misc.c M src/fsm.c Log Message: ----------- Merge pull request #500 from mtomaschewski/device-updown-events events: separate waitLinkUp method to wait for link-up Commit: 15a82aaa43e7b4d4bd85533eb0e7a522617281bf https://github.com/openSUSE/wicked/commit/15a82aaa43e7b4d4bd85533eb0e7a52261... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-02-04 (Wed, 04 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: correct handling of w->refcount in ni_fsm_schedule() Commit: fd5cc4b885d29cb2201ab48603c0adae2ffea0a5 https://github.com/openSUSE/wicked/commit/fd5cc4b885d29cb2201ab48603c0adae2f... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-04 (Wed, 04 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: fix to use device-setup instead device-up state Commit: 40f53abb035788efaa16397b66f62b907a661487 https://github.com/openSUSE/wicked/commit/40f53abb035788efaa16397b66f62b907a... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-04 (Wed, 04 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: advance to device-up-1 on device-down event Commit: 9e600fbcfc04f708554455925f75ff4efcb5f23b https://github.com/openSUSE/wicked/commit/9e600fbcfc04f708554455925f75ff4efc... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-04 (Wed, 04 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: adjusted linkDown to transition from device-up Commit: 60ce8347d64daf36f976aadda36d2098a8d2b7ed https://github.com/openSUSE/wicked/commit/60ce8347d64daf36f976aadda36d2098a8... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-04 (Wed, 04 Feb 2015) Changed paths: M src/dbus-objects/interface.c Log Message: ----------- fsm: synchronize linkDown at device-down event Commit: 9e584621013415d4bc80afc5aa3d2e6c0d04fa45 https://github.com/openSUSE/wicked/commit/9e584621013415d4bc80afc5aa3d2e6c0d... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-02-04 (Wed, 04 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: cancel timer upon workers failure and removal Commit: 98b63897719b4b78afd191a78f02c23f02241f70 https://github.com/openSUSE/wicked/commit/98b63897719b4b78afd191a78f02c23f02... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-04 (Wed, 04 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- Merge pull request #501 from pwieczorkiewicz/fsm_refcount fsm: correct handling of w->refcount in ni_fsm_schedule() Commit: facffd486d0ad8151ab0bd2b89ce65cfcfcc3e96 https://github.com/openSUSE/wicked/commit/facffd486d0ad8151ab0bd2b89ce65cfcf... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-02-04 (Wed, 04 Feb 2015) Changed paths: M src/dbus-objects/interface.c M src/fsm.c Log Message: ----------- Merge pull request #502 from mtomaschewski/fsm-ifdown fsm: ifdown transition fixes to use device-setup not device-up Commit: 277afa44197ce4d0ee8e2483ddbfff225f89ae04 https://github.com/openSUSE/wicked/commit/277afa44197ce4d0ee8e2483ddbfff225f... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-04 (Wed, 04 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- Merge pull request #503 from pwieczorkiewicz/fsm_timer fsm: cancel timer upon workers failure and removal Commit: 21f43d42cb16263bc4d5cbfe7d54ac1a387058cd https://github.com/openSUSE/wicked/commit/21f43d42cb16263bc4d5cbfe7d54ac1a38... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-05 (Thu, 05 Feb 2015) Changed paths: M src/dbus-objects/interface.c Log Message: ----------- link: do not let fsm wait for link-up on slaves A master device controls link of the slaves and provides own state based on the states of it's slaves and internal logic. Commit: f2648863e9733896ef8a45ee17724e9f65688281 https://github.com/openSUSE/wicked/commit/f2648863e9733896ef8a45ee17724e9f65... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-06 (Fri, 06 Feb 2015) Changed paths: M client/compat.c M client/suse/compat-suse.c M include/wicked/ipv6.h M schema/protocol.xml M src/dbus-objects/ipv6.c M src/ipv6.c Log Message: ----------- ipv6: add accept-dad sysctl, fix accept-ra constants Commit: 6ebba5d362d9e7ac006509062f1c18cfc55441dc https://github.com/openSUSE/wicked/commit/6ebba5d362d9e7ac006509062f1c18cfc5... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-09 (Mon, 09 Feb 2015) Changed paths: M src/client/client_state.c M src/dbus-objects/interface.c Log Message: ----------- state: do not treat client control flags as mandatory Commit: e4e7b069411e80e55762eda23ebff370ed5189c3 https://github.com/openSUSE/wicked/commit/e4e7b069411e80e55762eda23ebff370ed... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-11 (Wed, 11 Feb 2015) Changed paths: M include/wicked/fsm.h M src/fsm.c Log Message: ----------- fsm: include worker's fsm context in timer data Commit: 9df9ef2fbaa7e8678a5a51d86a8b2cdc59d3d052 https://github.com/openSUSE/wicked/commit/9df9ef2fbaa7e8678a5a51d86a8b2cdc59... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-11 (Wed, 11 Feb 2015) Changed paths: M include/wicked/fsm.h M src/fsm.c Log Message: ----------- fsm: added a timed worker transition support Commit: 080778467c6d5703b56cfaae7a7e606b1e48f41f https://github.com/openSUSE/wicked/commit/080778467c6d5703b56cfaae7a7e606b1e... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-02-11 (Wed, 11 Feb 2015) Changed paths: M client/compat.c M client/suse/compat-suse.c M include/wicked/fsm.h M include/wicked/ipv6.h M schema/protocol.xml M src/client/client_state.c M src/dbus-objects/interface.c M src/dbus-objects/ipv6.c M src/fsm.c M src/ipv6.c Log Message: ----------- Merge pull request #504 from mtomaschewski/fsm-timed-calls support for timed fsm calls and ipv6 accept-dad sysctl Commit: 8d7f90524773e23d35e88e5d2f008f1efb7c189c https://github.com/openSUSE/wicked/commit/8d7f90524773e23d35e88e5d2f008f1efb... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-02-11 (Wed, 11 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: perform full transition on NI_EVENT_DEVICE_DELETE Commit: fae04f440dbef625b01b6c5125cf3e8ea0533563 https://github.com/openSUSE/wicked/commit/fae04f440dbef625b01b6c5125cf3e8ea0... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-02-11 (Wed, 11 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: wait for ACK on device-delete transition Commit: 7f88b154555bea3d5784634f65337ffc14ae6e42 https://github.com/openSUSE/wicked/commit/7f88b154555bea3d5784634f65337ffc14... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-12 (Thu, 12 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- Merge pull request #505 from pwieczorkiewicz/fsm_ack fsm: wait for ACK on device-delete transition Commit: 58286171a9cea0823ad45e975841412cb8dc87d2 https://github.com/openSUSE/wicked/commit/58286171a9cea0823ad45e975841412cb8... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-12 (Thu, 12 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: fixed set timeout bug introduced by pull#504 Commit: 14c77fbb906c59e607b65b3d22bac08a4c1caa0b https://github.com/openSUSE/wicked/commit/14c77fbb906c59e607b65b3d22bac08a4c... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-12 (Thu, 12 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: fixed to cancel timers on fsm reset/rearm Commit: e9cc196c42b8c4ca875602f49371c8817ef3af87 https://github.com/openSUSE/wicked/commit/e9cc196c42b8c4ca875602f49371c8817e... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-12 (Thu, 12 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: reset secondary timer on reset of primary Commit: 7727a609f7286d0ceac7128049654ea51c6674d1 https://github.com/openSUSE/wicked/commit/7727a609f7286d0ceac7128049654ea51c... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-12 (Thu, 12 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: destroy action callbacks on fsm reset Commit: 4fbd1ac6b6318069b55d1ffed2e3e7367bfcda91 https://github.com/openSUSE/wicked/commit/4fbd1ac6b6318069b55d1ffed2e3e7367b... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-02-12 (Thu, 12 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- Merge pull request #506 from mtomaschewski/fsm-timer-bug fsm: fixed set timeout bug introduced by pull#504 Commit: 41867c32ce57dd5e622409d29cd6777825c375cd https://github.com/openSUSE/wicked/commit/41867c32ce57dd5e622409d29cd6777825... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-12 (Thu, 12 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: reset most of the control node on update Commit: b979331ce40206fbbc389a8471d478f67f8a4ce9 https://github.com/openSUSE/wicked/commit/b979331ce40206fbbc389a8471d478f67f... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-12 (Thu, 12 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: do not confuse by reporting failure on timeout Commit: 0d22b074ecb44e4586c56901767fc3fc45c57ada https://github.com/openSUSE/wicked/commit/0d22b074ecb44e4586c56901767fc3fc45... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-12 (Thu, 12 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: do not inherit link detection flags Commit: 33f027e2a11f0761a036d39af153608c8481e8be https://github.com/openSUSE/wicked/commit/33f027e2a11f0761a036d39af153608c84... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-12 (Thu, 12 Feb 2015) Changed paths: M client/compat.c M client/ifcheck.c M client/ifcheck.h M client/ifstatus.c M client/suse/compat-suse.c M include/wicked/fsm.h M src/client/client_state.c M src/client/client_state.h M src/dbus-objects/interface.c M src/fsm.c Log Message: ----------- fsm: permit to continue setup without a ready link Initial handing of control/link-detection require-link and timeout flags to continue setup without ready link (bsc#911562,bsc#914792). Commit: 30ce01fc22bcbc272ae59446ca6e95f364eca3b5 https://github.com/openSUSE/wicked/commit/30ce01fc22bcbc272ae59446ca6e95f364... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-12 (Thu, 12 Feb 2015) Changed paths: M client/ifcheck.c M include/wicked/netinfo.h M src/fsm.c M src/netdev.c Log Message: ----------- link: guess require-link from device type/setup Commit: f189e53936fc40446799561ea6ad815ae6ef82da https://github.com/openSUSE/wicked/commit/f189e53936fc40446799561ea6ad815ae6... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-13 (Fri, 13 Feb 2015) Changed paths: M src/ifconfig.c Log Message: ----------- ipv6: do not wait for dad checks without link-up Commit: 89abc85eda0b6bfc6aa86b88cb5298b9b552d793 https://github.com/openSUSE/wicked/commit/89abc85eda0b6bfc6aa86b88cb5298b9b5... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-13 (Fri, 13 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: refresh and rebuild hierarchy on device-up The device name, lower-/master-device relations as well as the device and link setup may have changed in the meantime. Commit: d1422e66c1529021665bdcff349181c78aeef3bf https://github.com/openSUSE/wicked/commit/d1422e66c1529021665bdcff349181c78a... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-13 (Fri, 13 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: free worker name at end, verbose callback cleanup Commit: f0525574608505679c8c97a61eab964559e20760 https://github.com/openSUSE/wicked/commit/f0525574608505679c8c97a61eab964559... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-16 (Mon, 16 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: do not fail on required link timeout under nanny Commit: 50b22b4bbd1bd49ddb55e57dc8bb0b7d051fb498 https://github.com/openSUSE/wicked/commit/50b22b4bbd1bd49ddb55e57dc8bb0b7d05... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-16 (Mon, 16 Feb 2015) Changed paths: M man/Makefile.am M man/ifcfg.5.in M man/ifup.8.in Log Message: ----------- man: updated and improved ifcfg manual page Commit: c97c5cac40f2dd731e4bbc8ad5610c6ce2d5a13d https://github.com/openSUSE/wicked/commit/c97c5cac40f2dd731e4bbc8ad5610c6ce2... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-16 (Mon, 16 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: include appconfig.h to avoid implicit declaration Commit: fe8275e50a5a7e3a7600106f0466bc58558bf828 https://github.com/openSUSE/wicked/commit/fe8275e50a5a7e3a7600106f0466bc5855... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-02-16 (Mon, 16 Feb 2015) Changed paths: M client/compat.c M client/ifcheck.c M client/ifcheck.h M client/ifstatus.c M client/suse/compat-suse.c M include/wicked/fsm.h M include/wicked/netinfo.h M man/Makefile.am M man/ifcfg.5.in M man/ifup.8.in M src/client/client_state.c M src/client/client_state.h M src/dbus-objects/interface.c M src/fsm.c M src/ifconfig.c M src/netdev.c Log Message: ----------- Merge pull request #507 from mtomaschewski/fsm-link-wait fsm: permit to continue setup without a ready link Commit: ee956236d1c433577f6a3115fd6b3d8206b102a8 https://github.com/openSUSE/wicked/commit/ee956236d1c433577f6a3115fd6b3d8206... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-02-16 (Mon, 16 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: Introduce __ni_ifworker_reset_action_table() Commit: 726bc7a2ca006ea905f059cc53934d1201cd13a8 https://github.com/openSUSE/wicked/commit/726bc7a2ca006ea905f059cc53934d1201... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-02-16 (Mon, 16 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: Destroy action_table on __ni_ifworker_done() Commit: 54fc8210a1490e946299d2894ccc40679639faa5 https://github.com/openSUSE/wicked/commit/54fc8210a1490e946299d2894ccc406796... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-16 (Mon, 16 Feb 2015) Changed paths: M src/ifconfig.c Log Message: ----------- netlink: Add __ni_rtnl_link_rename() to rename device Commit: 45c698f1d241fd46f8c4f3dc3fd550ebbe7792aa https://github.com/openSUSE/wicked/commit/45c698f1d241fd46f8c4f3dc3fd550ebbe... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-16 (Mon, 16 Feb 2015) Changed paths: M src/ifconfig.c Log Message: ----------- dummy: Handle automatically created dumy0 interface Rename automatically created dummy0 to dummyX when dummyX is to be created. Commit: 07521a6422558ccf8d8b0ed005db8be166b72323 https://github.com/openSUSE/wicked/commit/07521a6422558ccf8d8b0ed005db8be166... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-17 (Tue, 17 Feb 2015) Changed paths: M src/fsm.c Log Message: ----------- Merge pull request #509 from pwieczorkiewicz/fsm_action_table fsm: destroy action_table when worker is done Commit: 2129e2623877906a6f80a737d98567946efc274b https://github.com/openSUSE/wicked/commit/2129e2623877906a6f80a737d98567946e... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-17 (Tue, 17 Feb 2015) Changed paths: M src/ifconfig.c Log Message: ----------- Merge pull request #511 from pwieczorkiewicz/dummy dummy: handle automatically created dumy0 interface Commit: d6422f811fa2446de20da30afe00018d887ec0fd https://github.com/openSUSE/wicked/commit/d6422f811fa2446de20da30afe00018d88... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-17 (Tue, 17 Feb 2015) Changed paths: M client/ifreload.c Log Message: ----------- ifreload: require argument in --timeout option Commit: a7915b572a9990bd7a89b8a9948f606299b1b979 https://github.com/openSUSE/wicked/commit/a7915b572a9990bd7a89b8a9948f606299... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-02-17 (Tue, 17 Feb 2015) Changed paths: M client/ifreload.c Log Message: ----------- Merge pull request #512 from mtomaschewski/ifreload-bug ifreload: require argument in --timeout option Commit: 8ae23b04a3f95b4a5ed54ad0e1ac50f1a68a8a44 https://github.com/openSUSE/wicked/commit/8ae23b04a3f95b4a5ed54ad0e1ac50f1a6... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-02-17 (Tue, 17 Feb 2015) Changed paths: M VERSION Log Message: ----------- version 0.6.16 Compare: https://github.com/openSUSE/wicked/compare/8f091a37731e...8ae23b04a3f9
participants (1)
-
Marius Tomaschewski