Revisions of wicked

Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 242231 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 22)
- version 0.5.38
- dhcp4: wait and discover if unable to rebind/reboot.
- ifreload: fixed to use nanny ifup flow when enabled,
  fire nanny in down part, initial status info cleanup
  (bnc#880515,bnc#884012)
- ifup/ifreload: apply wait-for-interfaces (bnc#888323)
- wickedd: fixed to process complete device state event
  change transitions, avoiding manual refreshes breaking
  them where possible (bnc#880515,bnc#884012)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 242018 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 21)
- version 0.5.37
- nanny: enabled nanny use for hotplugging (bnc#880515)
  To disable again in case of trouble, edit /etc/wicked/common.xml
  and set <use-nanny>false</use-nanny>, restart wickedd.service
  and execute "wicked ifup all" to start the interfaces directly.
- ifdown: flush addrs and routes on device-down (bnc#885236)
- dhcp6: do not break ifdown if release fails (bnc#884012)
  When the interface is not ready to send out a lease release,
  commit the lease drop and notify wickedd, so ifdown goes on.
- ifup: update client-info and client-state on device-ready,
  do not detect persistance but set if requested only (bnc#876845).

- version 0.5.36
- ifup/nanny: refresh state data when address event arrives
  to have complete lease data for status evaluation on timeout
  (bnc#884012,bnc#876845)
- nanny: make policy application mechanism aware of children
  dependency, fixed ifcondition child handling.
- ibft: enable ipv6, use sysfs prefix-len (bnc#887542)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 241452 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 20)
- version 0.5.35
- dhcp4: fix routes with gateway on other network than IP address
  and use address class based netmask if it is missed (bnc#887586)
- route,address: check also gw address to set scope correctly and
  omit sending a broadcast when equal to IP address (bnc#887586)
- ethtool: fix to set link speed, duplex and port options
- iflist: fix link type detection for tap devices (bnc#887564)
- ifup/reload: status reporting and complex device hierarchy fixes
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 241017 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 19)
- version 0.5.34
- dhcp6: do not fail on read-only root-fs (bnc#885625)
- leases: fallback to statedir on read-only fs (bnc#885625)
- ifreload: hierarchy and multiple devices fixes
- ifreload: more diagnostic messages (bnc#882311)
- man: ifcfg(5) document update

- version 0.5.33
- capture: lower to debug on reconfig changes device type (bnc#880700)
- policy: add <child> node for policy <match> 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
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 238861 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 18)
- version 0.5.31
- fsm: maintain shared_users in refresh lowerdev (bnc#883976)

- version 0.5.30
- ifdown: rebuild hierarchy from lower and masterdev to stop
  requested interfaces in their correct order (bnc#883976)
- config: added <use-nanny>true</use-nanny> switch, which
  allows to test using nanny -- default is false.
- client: log exec commands and exit codes as debug
- client: initial merge of nanny ifup and ifdown
- nanny: initial merge of nanny fork changes
- rpm: removed obsolete pkgconfig(systemd), use unitdir
- library: fixed versioning of internal wicked lib

- version 0.5.29
- dhcp4: recover lease, correctly build requests (bnc#881475)
- ipv4: fix duplicate address detection (bnc#881475)
- service: added network-online.target to wants (bnc#883565)
- ibft: fixed to generate proper static address node, no
  static config with dhcp origin and to verify mac in ibft
  nic selection as it may be for offload device (bnc#883712)
- client: if needed refresh worker in addressAcquired callback
- client: wicked xpath subcommand argument check 
- doc: README and manual page updates (bnc#874609,bnc#880262)
- client: require directory in --ifconfig compat (bnc#881544)
- dhcp: show progress notifications (bnc#874609)
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 236142 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 17)
- 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).
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 235718 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 16)
- 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).
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 235077 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 15)
- version 0.5.26
- rpm: 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
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 231569 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 14)
- 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
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 230057 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 13)
- 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
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 228139 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 12)
- 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

- version 0.5.17
- dhcp4: fixed posix-tz-dbname code and added to parse
- dhcp4: renew lease via unicast (bnc#866993)
- macvtap: initial support (fate#315131)
- ifstatus: do not consider client-state in ifstatus
- xml: fixed functions retrieving numerical attr values
- config: generate v5 UUIDs (SHA1) from xml config content
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 227297 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 11)
- version 0.5.16
- ipv6: catch ipv6.disable=1 kernel command line (bnc#869334)
- client: read and apply sysctl/ifsysctl files to consider
  ipv4/ipv6 forwarding, enable (disable_ipv6), ipv6 autoconf
  and privacy (use_tempaddr) sysctl options (bnc#869334)
- client: do not complain about missed /etc/HOSTNAME
- dhcp4: fixed decline message and processing (bnc#869150)
- dhcp4: check if lease exists while processing arp (bnc#869150)
- removed obsolete drop default route patch (bnc#868187)
  [- 0001-addrconf-drop-default-route-if-disabled-bnc-868187.patch]
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 226493 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 10)
- addrconf: drop default route if disabled (bnc#868187)
  Honor a (per-interface) DHCLIENT_SET_DEFAULT_ROUTE=no in
  suse ifcfg files and remove from lease before update runs.
  [+ 0001-addrconf-drop-default-route-if-disabled-bnc-868187.patch]

- version 0.5.15
- netlink: fixed masterdev reference name resolving bug
- bridge: lowered a questionable warning to debug
- added dummy interface support inclusive suse compat
- added tun/tap interface support inclusive suse compat
- netlink: fixed address parsing causing an abort on assert
- arp: verify ipv4 addresses by default (fate#314399)
- Enabled arp duplicate check for static ipv4 addresses as
  default (RFC 5227) and send arp notify when requested in
  suse ifcfg variables CHECK_DUPLICATE_IP(default yes) and
  SEND_GRATUITOUS_ARP(default no).
- ipv6: corrected to apply inverted ipv6.enable flag
- utils: fixed array remove typo and socket array activate
- utils: use proper index in ni_string_array_remove
- utils: properly adjust array in remove actions
- socket: use proper array in socket array activate

- rpm: added sysconfig-netconfig require to wicked (bnc#867078)
- service: use explicit before/after ordering in all service
  files (bnc#866732)

- bridge: fixed to set port link up (bnc#866860), also if they're
  already part of the bridge (bnc#862530 regression).
- dhcp: bring link up if not yet up and wait until it is ready in
  --test mode (used in network-autoconfig and dracut) instead to
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 224232 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 9)
- version 0.5.14
- util: fix ni_uuid_parse() and support 8-4-4-4-12 format only

- version 0.5.13
- bridge: do not require link-up on ports (bnc#862530)
- bonding: try to enslave into bond using netlink
- extensions: disabled writting of wickedd.log (debug) file
- addrconf: avoid unwanted updates, update flag fixes (bnc#865325)
- compat: blacklist all and default interface names
- leaseinfo: fixed typo in BOOTSERVERNAME variable
- compat: read all suse ifcfg files and init timeout
- compat: allow backends return complete config
- client: exclude STARTMODE='manual' interfaces in ifup all
  and ignore interfaces with STARTMODE='off' (bnc#864444)
- temporarily disable modem init from system
- disable wicked-devel subpackage to avoid wrong expectations
- nanny: do not update <client-into> and client-state> by default
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 223350 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 8)
- version 0.5.12
- wicked-devel: require libnl3-devel unconditionally

- version 0.5.11
- wicked-devel: require libnl3-devel used for build in spec

- version 0.5.10
- service: fix rpmlink suse-missing-rclink warnings
- compat: no systemd check via mountpoint in ifup (bnc#864696)

- version 0.5.9
- dhcp4: fixed to commit and inform wicked when a lease is
  released lease - this may have cause ifdown errors.
- client: workaround to consider wait-for-interfaces
  Get the WAIT_FOR_INTERFACES variable from environment, which is
  sourced in the service file to not timeout too early and also
  allow the users to increase it (see bnc#863371, bnc#862530).
- addconf: update allow static lease to update resolver
  This is required for iBFT leases and solves bnc#864131.
- iflist: check validity before extracting nla payload (bnc#863371)
- Update unquote to handle invalid sysconfig variables properly
  (bnc#864635)
- dhcp: added lease-xml output to dhcp --test mode and option 
  to request lease in dry-run mode (get lease and exit)
- client: turn "No valid config files found" into a debug msg
- infiniband: start after rdma service not openibd (sles-11)
- compat: fixed scripts/ifup -o debug handling
- daemons: disabled state.xml saving by default (bnc#862335)
- client: check for config priorities at reading stage
- client: add --raw parameter to the convert option
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 222266 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 7)
- version 0.5.8
- updater: reverse resolve ip address if dhcp server does not
  provide a hostname (bnc#861476).
- debug: init debug and log level from environment using DEBUG,
  WICKED_DEBUG=<mask> and WICKED_LOG_LEVEL=<level> variables.
- dhcp4: check link before start, confirm lease on link change
  and do not discard lease if host does not match
- dhcp4: modprobe af_packet, omit arp validation when address
  already set on link.
- dhcp6: start when link + link-address ready, not network up
- dhcp: provide addrconf lease and leaseinfo details
- leaseinfo: consistently use prefixlen in ROUTES
- wireless: do not remove link/network up flags (bnc#863371)
- libwicked: libtool -version-info making package and library 
  versions independent.
- cleaned up unused schema files and extensions scripts
- lldp: do not log error when lldp is not supported (bnc#862790)
- ibft: fixed reading of the origin field
- iftypes: show s390 ctcm and iucv (slip) devices, not unknown
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 221054 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 6)
- version 0.5.7
- 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
Tomáš Chvátal's avatar Tomáš Chvátal (scarabeus_factory) accepted request 214794 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 5)
- version 0.5.6
- 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
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 214306 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 4)
- version 0.5.5
- 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
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 213496 from Marius Tomaschewski's avatar Marius Tomaschewski (mtomaschewski) (revision 3)
See also rq#213298:
  wicked-service also contains provides: sysvinit(network)
  and also a Conflicts: otherproviders(/sbin/ifup) which
  were provided by old sysconfig-network.

- Added rpm obsoletes sysconfig-network to wicked-service.
- version 0.5.4
- 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
Displaying revisions 81 - 100 of 102
openSUSE Build Service is sponsored by