Releases: openSUSE/wicked
Releases · openSUSE/wicked
version 0.5.27
- server: do not apply multiple equal priority (merics) routes
to the same destination (bnc#879842) - compat: pass DHCLIENT_ROUTE_PRIORITY suse ifcfg variable to
the backend allowing to set custom mertics on dhcp4 routes
(bnc#879842) - dhcp4: set protocol dhcp hint to all routes, strip domain
when sending a hostname option to not break ddns updates - hostname: reload syslog after change (bnc#874161)
- dbus: do not close shared connections (bnc#880124)
- ipv4: new default to send gratuitous arp
Consider new suse ifcfg variable default SEND_GRATUITOUS_ARP=auto
for arp-notify, enabling to send gratuitous arp by default, when
duplicate IPv4 check is enabled via arp-verify/CHECK_DUPLICATE_IP
and the check were successful (bnc#879911,fate#314399).
version 0.5.26
- rpm: drop useless ghost dirs in spec (bnc#873857)
- client: do not try to fire nanny in ifdown, it is not hired yet
We do not install nanny policies by default in ifup, so it is
not needed to try to delete them in ifdown. There is currently
no nanny started in inst-sys and the attempt is causing ifdown
to run into timeouts (bnc#876848,bnc#879127). - client: wait for optional leases, just don't fail
When waiting for a group-optional lease pair (dhcp4 or dhcp6)
and one arrives, wait for the second one until timeout and
recheck the results then (bnc#876848,bnc#879127). - dhcp6: fix reset and allocate message buffer in build to use
clean buffer in release messages sometimes having crap behind.
version 0.5.25
- server: no unrequested device-ready events (bnc#871135)
This bug caused e.g. bridges not going up from device-exists
even they already were in device-ready state before. - client: do not mix shared with exlusive references (bnc#877776)
- ifconfig: do not fail on delete for vanished devices
- nanny: drop policies on ifdown, turn some errors to debug
- sysconfig: add WICKED_DEBUG and WICKED_LOG_LEVEL variables
to /etc/sysconfig/network/config. - man: added ifcfg-{dummy,macvlan,macvtap,tunnel},ifroute,routes
ifsysctl and updated already existing manual pages.
version-0.5.24
rpm: use _rundir rpm macro if defined (bnc#873857)
version-0.5.23
- fsm: added device-ready wait processing syncing at udev network
device rename events (bnc#871135) - ifup: no timeout report on group-optional leases (bnc#875154)
- ifstatus: no failure report if peer lease is up (bnc#875154)
- tunnels: discover gre,sit,ipip tunnels (read-only for now)
- client/nanny: utilities to convert ifconfigs into policy
- client: compare fix to consider configs using ifindex [ibft]
version-0.5.22
- status: show only available leases and inclusive their uuid
- ifup, ifstatus: cond. accept STARTMODE off and manual
- ifstatus: fixed address indenting in verbose mode
- wireless: add missing wpa_supplicant intermediate states.
- wireless: clear secrets as soon as they are used
- dhcp4+dhcp6: apply config uuid to lease and offer early
- dhcp4: accept packets without udp checksum (bnc#873267)
- do not close stderr in daemon() when used in log-target
- client: do not report transient errors by default
(partial bnc#875154 fix)
version-0.5.21
- dhcp6: fix to allow supported devices (bnc#874561)
- dhcp,autoip: log unsupported devices debug1 level only
version 0.5.20
- autoip4,dhcp4,dhcp6: fixed to create instance for supported
devices only to save memory and avoid allocation complains due to
packet capturing init failure - lldp: fix infinite loops in ni_lldp_agent_update,
disable built-in support
(rejected fate#313671, bnc#873299) - dhcp4: do not send hostname to server in discover (bnc#873267)
- rpm: explicit piddir,statedir,storedir in spec
- generate ChangeLog file from git while make dist
version 0.5.19
- server/nanny: do not fail on missed dbus objects or object
creation errors due to already deleted interfaces in the
kernel while processing the event (bnc#867806, bnc#871388) - netlink: verify if device still exists on newlink events
- nanny: fixed endless loop on policies without name and user
control default, added device mach with identify capabilities
version-0.5.18
- dhcp4: enabled on infiniband / IPoIB links
- capture: fixed to wrap link-layer packet sockets as the default
address length in sockaddr_ll is not enough for infiniband. - dhcp6: enabled on infiniband / IPoIB links