Skip to content

Releases: openSUSE/wicked

version 0.6.14

19 Dec 12:17
version-0.6.14
Compare
Choose a tag to compare

version 0.6.13

19 Dec 12:15
version-0.6.13
Compare
Choose a tag to compare
  • 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

10 Oct 12:41
Compare
Choose a tag to compare
  • 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

26 Sep 15:26
Compare
Choose a tag to compare
  • 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),
  •  Introduce ifcfg-dhcp man page covering DHCLIENT and
    
    DHCLIENT6 vars, remove template reference from ifup(8),
    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

17 Sep 11:29
Compare
Choose a tag to compare
  • 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

10 Sep 09:53
Compare
Choose a tag to compare
  • 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

09 Sep 16:09
Compare
Choose a tag to compare
  • 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

06 Aug 19:28
Compare
Choose a tag to compare
  • 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

11 Jul 15:24
Compare
Choose a tag to compare
  • 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

03 Jun 12:36
version-0.5.28
Compare
Choose a tag to compare
  • 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).