Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: 83455366b4354a44d17dda9f912768f627412fad https://github.com/openSUSE/wicked/commit/83455366b4354a44d17dda9f912768f627... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2013-11-21 (Thu, 21 Nov 2013)
Changed paths: M include/wicked/util.h M src/util.c
Log Message: ----------- util: Add print and format of boolean type
Commit: 01fbe46848172ef8ea8178cf73e83fce9e189aaa https://github.com/openSUSE/wicked/commit/01fbe46848172ef8ea8178cf73e83fce9e... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2013-11-21 (Thu, 21 Nov 2013)
Changed paths: M src/Makefile.am A src/client/client_state.c A src/client/client_state.h M testing/Makefile.am A testing/ifstate-test.c
Log Message: ----------- fsm: initial client_state struct and load/save functions
Commit: 8ab4f53ae66cc4ab1ea0645db40ca1b37de0d808 https://github.com/openSUSE/wicked/commit/8ab4f53ae66cc4ab1ea0645db40ca1b37d... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2013-11-21 (Thu, 21 Nov 2013)
Changed paths: M schema/constants.xml.in M schema/interface.xml M util/mkconst.c
Log Message: ----------- schema: Add client-state object to interface.xml schema
Commit: a24cd2594d94c34f24c08d9cadabd9324ae5ee79 https://github.com/openSUSE/wicked/commit/a24cd2594d94c34f24c08d9cadabd9324a... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2013-11-21 (Thu, 21 Nov 2013)
Changed paths: M client/ifup.c M include/wicked/client.h M include/wicked/fsm.h M include/wicked/netinfo.h M include/wicked/objectmodel.h M src/calls.c M src/dbus-objects/interface.c M src/fsm.c M src/netdev.c
Log Message: ----------- client: Add handling of client_state structure
ifstate: support for client commands - ifup: persistent mode option, - ifdown: force option, persistent mode support, require configuration) - ifcheck: persistent mode option
Commit: ad090ce5d384aeda393be735e5249cb369ce9790 https://github.com/openSUSE/wicked/commit/ad090ce5d384aeda393be735e5249cb369... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2013-11-21 (Thu, 21 Nov 2013)
Changed paths: M client/ifup.c M client/wicked-client.h
Log Message: ----------- client: Add ifcheck return codes
Correct error message in case of non-existing device.
Commit: 151192413b066e77d01bfaa06fc0fe848ae2884e https://github.com/openSUSE/wicked/commit/151192413b066e77d01bfaa06fc0fe848a... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2013-11-21 (Thu, 21 Nov 2013)
Changed paths: M client/compat-redhat.c M client/compat-suse.c M client/compat.c M include/wicked/fsm.h
Log Message: ----------- compat: Add <client-state> generation
In case of STARTMODE=nfsroot, the <client-state> is generated. Only <persistent> child node is added to the <client-state>.
Commit: 266654583ac7cdbe8b998428a4cc89f73678cd16 https://github.com/openSUSE/wicked/commit/266654583ac7cdbe8b998428a4cc89f736... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2013-11-21 (Thu, 21 Nov 2013)
Changed paths: M extensions/ibft
Log Message: ----------- extensions/ibft: Add <client-state> generation
The <client-state> node is generated with <persistent> child node only always set to true.
Commit: a1b8d89b2baf28e4457f8c12e920a079bbabfc69 https://github.com/openSUSE/wicked/commit/a1b8d89b2baf28e4457f8c12e920a079bb... Author: Pawel Wieczorkiewicz pwieczorkiewicz@suse.de Date: 2013-11-21 (Thu, 21 Nov 2013)
Changed paths: M include/wicked/netinfo.h M server/main.c M src/client/client_state.c M src/dbus-objects/interface.c M src/netdev.c
Log Message: ----------- server: Add save/load for client_state structure
Save on each setClientState() call. Load on each discovery_state().
Commit: ace458cb5c6cd5567da8cdc68ce56d08d1e1a3df https://github.com/openSUSE/wicked/commit/ace458cb5c6cd5567da8cdc68ce56d08d1... Author: Marius Tomaschewski mt@suse.de Date: 2013-11-22 (Fri, 22 Nov 2013)
Changed paths: M client/compat-redhat.c M client/compat-suse.c M client/compat.c M client/ifup.c M client/wicked-client.h M extensions/ibft M include/wicked/client.h M include/wicked/fsm.h M include/wicked/netinfo.h M include/wicked/objectmodel.h M include/wicked/util.h M schema/constants.xml.in M schema/interface.xml M server/main.c M src/Makefile.am M src/calls.c A src/client/client_state.c A src/client/client_state.h M src/dbus-objects/interface.c M src/fsm.c M src/netdev.c M src/util.c M testing/Makefile.am A testing/ifstate-test.c M util/mkconst.c
Log Message: ----------- Merge pull request #109 from pwieczorkiewicz/client-state-feature
Client-state feature: persistent state, fsm correction with ifup, ifdown, ifcheck corrections
Compare: https://github.com/openSUSE/wicked/compare/c84d121a8770...ace458cb5c6c
wicked-commit@lists.opensuse.org