Skip to content

Releases: openSUSE/wicked

version-0.5.7

21 Feb 09:58
version-0.5.7
Compare
Choose a tag to compare
  • dhcp: request and set hostname and other options (bnc#861476)
  • dhcp: accept dns-domain name option containing a domain list
    as compatibility abuse of this option and log it (bnc#862130)
  • ibft: always modprobe iscsi_ibft when not yet loaded, added
    list-only mode and workaround missed readlink utility.
  • dbus: Fix crashes when dbus instance not running
  • leaseinfo: fix accidental closure of file descriptor argument
  • client: improve initialization of client-state structure
  • compat: apply ethtool and lladdr options from ifcfg variable
  • set link-address (mac) for ethernet,vlan,macvlan devices
  • do not set mtu or link-address when device is up as this
    tends to fail or break upper [vlan, ...] devices
  • limit mtu of upper (vlan) devices to the mtu of lower (eth)
  • addrconf: initial lease writting/parsing helpers / disarmed
  • Disable modem support for now, new ModemManage API (bnc#859888)
  • dhcp: fixed byteswap in ipudp_checksum and checksum_partial
  • leaseinfo: include prefixlen in IPADDR same as in ifcfg files

version-0.5.6

23 Jan 16:13
version-0.5.6
Compare
Choose a tag to compare
  • fixed to free details in compat netdev and lease destroy.
  • systemd: removed requisite=wickedd from wicked.service
    This dependency triggered an automatic wicked.service (network)
    restart, when the wickedd.service is restarted (bnc#859801).
  • client: enable compat suse only, install ifcfg-lo
  • client: initial ifcfg support for macvlan, fixed flags and lower-device
    dependencies in the schema (fate#315131)
  • client: Changing ifcheck to be more robust

factory-rq-214794

23 Jan 16:10
factory-rq-214794
Compare
Choose a tag to compare

obs rq#214794 to openSUSE:Factory

version-0.5.5

17 Jan 22:32
version-0.5.5
Compare
Choose a tag to compare
  • systemd: added Restart=on-abort to wickedd*
    (fate#315133)
  • client: implemented ifreload and adopted services
    (fate#309018)
  • client: use fsm to consider config in ifstatus, exit code rework
    and refactoring to implement check utilities for ifstatus+reload
  • client: updated copyright and license statements
  • Added rpm obsoletes sysconfig-network to wicked-service.

factory-rq-214306

17 Jan 22:32
factory-rq-214306
Compare
Choose a tag to compare

obs rq#214306 to openSUSE:Factory

factory-rq-213496

10 Jan 15:53
factory-rq-213496
Compare
Choose a tag to compare

obs rq#213316 to openSUSE:Factory

version-0.5.4

09 Jan 20:36
version-0.5.4
Compare
Choose a tag to compare
  • spec: require wicked-service package in wicked
    Fixed spec file to require the wicked-service package
    in wicked package under systemd. The wicked-service
    package provides systemd service files as well as the
    ifup compatibility scripts (bnc#856591,fate#316768).
  • Documentation: man pages update, provide also ifcfg*
    and ifup,ifdown,ifstatus man pages (bnc#855135).
  • systemd services: added --systemd parameters which
    enable systemd specific behaviour tweaks.
  • initial wicked ifstatus command, ifstatus and ifprobe
    compat scripts used and in the network init-script
    on sysvinit systems (only, not under systemd).
  • cleanup to use LSB codes in client and all daemons
  • client: Add --delete and --no-delete options
  • nanny: enable wickedd-nanny service by default
  • Refactored to use same link.lowerdev name/index
    reference in vlan,macvlan,infiniband and show
    master device interface property in show-xml.
  • infiniband schema: changed to use <infiniband:child>
    for infiniband child interfaces in native configs.
  • fixed newlink functions to not free netdev on discard

factory-rq-213316

09 Jan 20:37
factory-2014010901
Compare
Choose a tag to compare

version-0.5.3

06 Dec 16:16
version-0.5.3
Compare
Choose a tag to compare
  • cleaned up to not install unused wicked@.service example
  • wickedd: added shutdownDevice method to ifdown transition from
    up to exists, used in bond/bridge to release slaves/ports.
  • cleaned up internal iftype vs. arptype mappings and handling
  • client: ifdown deletes the devices created by ifup
  • configure: added rtnetlink,dcbnl,if_link checks
  • macvlan: initial support, no ifcfg yet (fate#315131)
  • wireless: do not scan and bind supplicant by default,
    corrected the schema to use proper auth-methods type
  • socket: handle hangup after input, but before output
  • added refcounting for ni_dbus_watch_data_t objects
  • bonding: fixed bonding slave duplicate checks
  • client: add client-state including a persistent mode
    to skip ifdown for important interfaces by default
  • client: ifup --persistent and ifdown --force options
  • several lldp fixes, mostly for parsing / formating
  • logging: added timestamp option to stderr --log-target
  • extensions/updater: get and set NIS settings from lease
  • extensions: replace resolver with new generic updater
    using simple netconfig key-value leaseinfo dump files
  • dhcp4: initial --test implementation (fate#316111)
  • dhcp6: initial --test implementation (fate#316111)
  • dhcp6: fixed to accept low preference server offers
  • dhcp4: set fsm state before building the message
  • dhcp4: don't use offered address in initial request
  • netlink: diverse error/return code handling fixes
  • netlink: switched from libnl1 to libnl3
  • moved TODO file content into individual github issues

version 0.5.2

06 Dec 15:38
version-0.5.2
Compare
Choose a tag to compare
  • added activation comment to the spec file (bnc#843526)
  • fixed to not fail on config dirs without any config file