Branch: refs/heads/master
Home: https://github.com/openSUSE/wicked
Commit: 314a5f20a81cbe5b57003c2ea911063bf67ac586
https://github.com/openSUSE/wicked/commit/314a5f20a81cbe5b57003c2ea911063bf…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2016-07-29 (Fri, 29 Jul 2016)
Changed paths:
M src/update.c
Log Message:
-----------
updater: no warning on unset optional backup/restore
Commit: 96089d5e039cfd42a4c08b72bc2cb2d636f0ce6e
https://github.com/openSUSE/wicked/commit/96089d5e039cfd42a4c08b72bc2cb2d63…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2016-07-29 (Fri, 29 Jul 2016)
Changed paths:
M etc/server.xml.in
Log Message:
-----------
updater: no backup/restore for netconfig, unused
Commit: ca954ba4f9a6f4a04d2c8fcd1e74747c09a51cd9
https://github.com/openSUSE/wicked/commit/ca954ba4f9a6f4a04d2c8fcd1e74747c0…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2016-07-29 (Fri, 29 Jul 2016)
Changed paths:
M src/update.c
Log Message:
-----------
updater: no remove before install on granted lease
Commit: 0ffc45747dde9a5aa2dae4ec3a003911ec099ec9
https://github.com/openSUSE/wicked/commit/0ffc45747dde9a5aa2dae4ec3a003911e…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2016-07-29 (Fri, 29 Jul 2016)
Changed paths:
M src/update.c
Log Message:
-----------
updater: adjusted system settings update debug info
Commit: 89474b1ccec72628f18dfc11a4c18659453a6975
https://github.com/openSUSE/wicked/commit/89474b1ccec72628f18dfc11a4c186594…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2016-07-29 (Fri, 29 Jul 2016)
Changed paths:
M client/ifstatus.c
Log Message:
-----------
ifstatus: show IPv6 privacy addresses as autoconf
Commit: 28aa9b0b81d3f506ac639895ab72758fa264dd31
https://github.com/openSUSE/wicked/commit/28aa9b0b81d3f506ac639895ab72758fa…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2016-07-29 (Fri, 29 Jul 2016)
Changed paths:
M include/wicked/addrconf.h
M src/leasefile.c
Log Message:
-----------
leasefile: added an lease file exists utility
Commit: 7e01447d7908f64cc942473458101b1eac3fd265
https://github.com/openSUSE/wicked/commit/7e01447d7908f64cc942473458101b1ea…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2016-07-29 (Fri, 29 Jul 2016)
Changed paths:
M include/wicked/addrconf.h
M src/names.c
Log Message:
-----------
addrconf: utility to parse string with update flags
Commit: de9409f47d8ef17a1a0d191817cc9354bc329594
https://github.com/openSUSE/wicked/commit/de9409f47d8ef17a1a0d191817cc9354b…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2016-07-29 (Fri, 29 Jul 2016)
Changed paths:
M client/compat.c
M client/suse/compat-suse.c
M client/suse/config/sysconfig.config-wicked
M client/wicked-client.h
M man/ifcfg.5.in
M schema/addrconf.xml
M src/auto6.c
M src/auto6.h
M src/dbus-objects/addrconf.c
Log Message:
-----------
auto6: do not apply rdnss/dnssl if autoconf=0
Commit: 22c3cd70439815e4f25542f5c6275aae76bd959a
https://github.com/openSUSE/wicked/commit/22c3cd70439815e4f25542f5c6275aae7…
Author: Nirmoy Das <ndas(a)suse.de>
Date: 2016-08-02 (Tue, 02 Aug 2016)
Changed paths:
M client/compat.c
M client/ifstatus.c
M client/suse/compat-suse.c
M client/suse/config/sysconfig.config-wicked
M client/wicked-client.h
M etc/server.xml.in
M include/wicked/addrconf.h
M man/ifcfg.5.in
M schema/addrconf.xml
M src/auto6.c
M src/auto6.h
M src/dbus-objects/addrconf.c
M src/leasefile.c
M src/names.c
M src/update.c
Log Message:
-----------
Merge pull request #662 from mtomaschewski/auto6-cleanup-1
auto6: do not apply rdnss/dnssl if autoconf=0 (bsc#984088)
Compare: https://github.com/openSUSE/wicked/compare/f5cfa64bb89e...22c3cd704398
Branch: refs/heads/master
Home: https://github.com/openSUSE/wicked
Commit: c1ab12524ad6cedf6f8503454a101cf3dd93f371
https://github.com/openSUSE/wicked/commit/c1ab12524ad6cedf6f8503454a101cf3d…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2016-07-19 (Tue, 19 Jul 2016)
Changed paths:
M include/wicked/constants.h
M src/iflist.c
M src/names.c
Log Message:
-----------
ovs: use generic ovs type until we can query ovs
Query if ovs device is a bridge using ovs-vsctl br-exists
first, then query the further bridge details (bsc#982231).
Commit: f5cfa64bb89e03f35f4503b9040f7ed7b9a75f29
https://github.com/openSUSE/wicked/commit/f5cfa64bb89e03f35f4503b9040f7ed7b…
Author: Nirmoy Das <ndas(a)suse.de>
Date: 2016-08-02 (Tue, 02 Aug 2016)
Changed paths:
M include/wicked/constants.h
M src/iflist.c
M src/names.c
Log Message:
-----------
Merge pull request #661 from mtomaschewski/ovs-discover
ovs: use generic ovs type until we can query ovs (bsc#982231)
Compare: https://github.com/openSUSE/wicked/compare/9af7e2281121...f5cfa64bb89e