Releases: openSUSE/wicked
Releases · openSUSE/wicked
version 0.6.14
- client: fixed segfault in status (bsc#908554)
- bonding: add new/missed bonding options (bsc#905750)
- systemd: service ordering dependencies (bsc#895600,bsc#901337)
version 0.6.13
- sysctl: do not fail on read-only proc e.g. in LXC (bsc#904432)
- netlink: recover from netlink event socket errors and allow to
configure the event socket buffer sizes (bsc#905421) - fixed some memory and a file descriptor leak
- bonding: add encap2+3 and 3+4 xmit-hash-policies (bsc#905750)
- client: apply suse ifcfg alias label (bsc#907683)
- netlink: retry on DUMP_INTR and AGAIN (bsc#904776)
- gcrypt: do not fail when wicked has been build using a newer
but compatible library than the currently used (bsc#906217) - compat: use info level on unspecified ip (bsc#904903)
- compat: fix tap group node generation (bsc#904380)
- sit,ipip,gre: generate tunnel config on change (bsc#901402)
- fsm: always refresh worker on device-ready event and match only
ready devices against config workers (bsc#904061) - fsm: perform tentative check on all started interfaces with
nanny (bsc#900951)
version-0.6.12
- ethernet: Do not fail when ETHTOOL_GSET/SSET fails (bnc#900401, bnc#900112)
- dbus: omit ethernet speed, duplex, autoneg properties if not
supported by the driver - ethtool: independent ioctl requests are handled separately:
if one fails it does not stop the following ones - wireless: request assosciation even if link was up; linkup
indicates assosciation, rather than explicit linkAssosciate
event (bnc#893665) - bonding: ignore redundant slaves in configs with a warning
- fsm: Generate default config for children in existing relation
- compat: prefer /etc/hostname over /etc/HOSTNAME and warn about
missed global configs (bnc#887910)
version-0.6.11
- client-state: Do not fail on parsing empty origin and uuid (bnc#890084)
- hwaddr: change hwaddr only when valid (bnc#898622)
- ifup/ifstatus: no failure report on failed/deferred lease,
correctly OR grouped leas status (bnc#896188) - ifup,ifreload: wait for all tentative addresses
- config: improved allowed update mask/defaults
- man: added startmode hotplug and use-nanny (bnc#896403),
-
DHCLIENT6 vars, remove template reference from ifup(8),
Introduce ifcfg-dhcp man page covering DHCLIENT and
ifcfg-wireless(5), reference ifcfg-dhcp(5) - README: updated / improved
- rpm: dbus policies as noreplace config (bnc#897775),
reload dbus in wicked-service post-install (bnc#897775) - fsm: corrected device hierarchy structure print
- routes: generate routes also without IP (bnc#895219),
show a note about not matching routes (bnc#895219) - ethernet: lower ethtool not supported messages to debugs
version-0.6.9
- ifstatus: address status reporting improvements, adding --verbose
parameter - addrconf: correctly fetch lease info flags, disarmed old auto6
code, added prerequires (bnc#894885) - fsm: Do not destroy schema requirements on rearm
- ipv6: added accept-ra sysctl support, auto6 code clean-up
- ifconfig: fixed lease updater allocation
version-0.6.7
- config: fixed optional include attribute parsing bug introduced
in version 0.6.6 and causing wicked to fail while config parsing. - util: install signal handlers only once
version-0.6.6
- Add wake-on-lan support (bnc#869114)
- ifconfig: delete address first if address differs (bnc#890406)
- config: support a local.xml file, clean-up of config file syntax
- man page wicked-config.5 update
- Clean-up and removing unused functions
version-0.6.1
- nanny: Do not call link monitor on enable() (bnc#884012), (bnc#890643)
- bridge,bond: Add only device-ready ports/slaves
- ifup,ifdown,ifreload: correct command status display messages
- fsm: Add new, free, clone functions for ifworker arrays
- client-state: Allow printing empty origin and UUID (bnc#890084)
version-0.5.33
- capture: lower to debug on reconfig changes device type (bnc#880700)
- policy: add node for policy condition checking
- client: do not apply NULL config to nanny and segfault
- client: lowering log level of "skipping" messages
- server: lookup using link not the hwaddr type
- dhcp6: use RA prefix len if available (bnc#885234)
- iflist: fixed to use proper kind mapping, cleanup, refactoring
- fsm nanny: fix handling of DEVICE_DOWN event
- nanny: adapt recheck to handle hotplug devices
- nanny: schedule recheck on new device when policy exists
- nanny: Change managed and factory up functions
- nanny: Disable unnecessary schedule recheck calls
- nanny: Fix handlin DEVICE_CREATE and DEVICE_READY events
- fsm: ni_fsm_build_hierarchy destructive switch
- nanny: Trigger recheck on factory devices from create policy
- client: include and sort children using nanny
- fsm: Proper subclass and superclass check in ni_ifcondition_type()
- nanny: create workers and assign config from create policy
- nanny: Clear config.node on delete policy
- nanny: disable down operation for now
- dhcp4: fix link type comparison during device up events
- fsm: Move ni_ifup_pull_in_children to FSM
- client, nanny: Add policies first, enable successful devices
- lib: added netdev_ref_resolve utility, improved related
version 0.5.28
- client: avoid FSM refreshes and unsolicited state updates causing
to exit at assert, drop config origin and UUID on ifdown causing
ifreload to do nothing (bnc#876848,bnc#880664).