Changelog for
xcp-networkd-0.53.0-1.xcpng8.1.x86_64.rpm :
* Fri Nov 15 2019 Christian Lindig
- 0.53.0-1- Ovs.create_bridge: whitespace in vsctl call- CA-329442: Avoid recreating bridges unless absolutely necessary
* Fri Oct 04 2019 Christian Lindig - 0.52.0-1- Restart \'ip monitor address\' process if it quitted
* Fri Aug 23 2019 Edwin Török - 0.51.0-2- bump packages after xs-opam update
* Thu Aug 15 2019 Christian Lindig - 0.51.0-1- CA-323765: preserve the \"type\" config when re-adding existing interfaces- CA-324959: do not loose DNS settings after a network reset
* Fri Aug 02 2019 Christian Lindig - 0.50.0-1- Remove calls to obsolete network scripts
* Mon Jul 29 2019 Christian Lindig - 0.49.0-1- CP-28368 Propagate test_highlevel ounit removal
* Wed Jul 17 2019 Christian Lindig - 0.48.0-1- CA-323523: Ensure that dhclients get restarted when gateway/DNS changes- CA-323523: Restrict the interface of the `Dhclient` module- CA-323523: Always stop any dhclient process before destroying a bridge
* Mon Jul 01 2019 Christian Lindig - 0.47.0-1- Extend the naughty DHCP-server workaround to DNS
* Fri Jun 21 2019 Christian Lindig - 0.46.0-1- CA-320563: re-submit for missing change on regex
* Wed Jun 12 2019 Christian Lindig - 0.45.0-2- remove obsolete SOURCES/xcp-networkd-init
* Tue Jun 11 2019 Christian Lindig - 0.45.0-1- CA-320563: xcp-networkd: fix the regex match for PCI BDF string
* Fri Feb 22 2019 Christian Lindig - 0.44.0-1- CA-311211: Fix destroy_existing_vlan_bridge when enic workaround is enabled
* Fri Feb 15 2019 Christian Lindig - 0.43.0-1- CA-310413: Unconditionally apply enic workaround (again)
* Wed Feb 13 2019 Christian Lindig - 0.42.0-1- CA-310516: Detect \'xentemp\' vlans as managed- CA-310516: Define name of temporary vlan only once
* Mon Jan 07 2019 Christian Lindig - 0.41.0-1- CA-305355: Bumping dracut timeout default up to 3min for 4.19 kernel- Use OCaml 4.07 for Travis
* Mon Dec 10 2018 Christian Lindig - 0.40.0-1- CP-27898 remove dead code, port to Dune, fix warnings, update Travis
* Tue Dec 04 2018 Christian Lindig - 0.39.0-1- Moved from jbuilder to dune and deprecated xcp and xcp-inventory in favour of xapi-idl and xapi-invenotry respectively.
* Fri Nov 30 2018 Christian Lindig - 0.38.0-1- CA-303529/CA-287657: Immediately setup management on first boot
* Fri Nov 16 2018 Christian Lindig - 0.37.0-1- New ocaml-rpc
* Thu Oct 11 2018 Rob Hoes - 0.36.0-1- Refine SR-IOV log
* Thu Oct 04 2018 Christian Lindig - 0.35.0-1- Reindent with spaces- Fix error reporting- Confirm that the interface exists before calling `ip`- Eliminate compiler warning 52- Remove log_successful_output from call_script- Add customisable handler for script errors- Handle bridge-does-not-exist errors from OVS- Do not log \"get\" commands- Do not apply IPv6 config if IPv6 is disabled
* Thu Jun 28 2018 Christian Lindig - 0.34.0-1- network_monitor_thread: use Xmlrpc_client instead of Rpc_client
* Tue Jun 26 2018 Christian Lindig - 0.33.0-1- CA-291197: Toolstack no longer ignores junk at the end of JSON-RPC response
* Fri Jun 15 2018 Christian Lindig - 0.32.0-1- CA-291495: Fall back to Ip.link_set_mtu if OVS.set_mtu fails
* Tue Jun 05 2018 Christian Lindig - 0.31.0-1- CA-236855: VM.clean_shutdown task not completing on slave
* Mon May 14 2018 Christian Lindig - 0.30.0-1- network_utils: reduce warnings
* Mon Apr 09 2018 Christian Lindig - 0.29.0-1- CA-287340: Slave reboot with unexpect enabled SRIOV.
* Thu Mar 22 2018 Marcello Seri - 0.28.0-1- Add stub functions- CP-26333 Implement Network.Interface.get_pci_bus_path- Add more functions in Sysfs module and Ip module to support SRIOV.- Add support for getting SRIOV capabilities.- Add support for enabling SRIOV.- Add support for disabling SRIOV.- Add support for SRIOV VFs configuration.- Use Astring instead of Xstring and fix whitespaces and format.- CP-26856: unbind VFs from drivers before disable SR-IOV- Port sriov to ppx- CP-26923: Simplify Networkd logic by adding comments in modprobe config file.- CA-285839: Fix return value if enabling SR-IOV via modprobe successful after reboot- CA-286029: Disabling SR-IOV is failed on sysfs NIC- CA-286290: Refine Configuring VF.- CA-286290: A no-vlan SRIOV VIF shouldn\'t have a VLAN tag
* Wed Feb 28 2018 Christian Lindig - 0.27.0-1- CP-26352 Port xcp-networkd from Camlp4 to PPX- Convert configuration file to adapt `ipv4_route` structure changes
* Mon Feb 19 2018 Christian Lindig - 0.26.0-1- jbuilder runtest: make it work when _build is not subdir of source root
* Fri Jan 19 2018 Christian Lindig - 0.25.0-1- network_config, network_server: restore semantics of split
* Mon Dec 18 2017 Christian Lindig - 0.24.0-1- Port to xapi-stdext-
* submodules and Xstringext -> Astring- Be explicit in the use of Xapi_stdext_pervasives.Pervasiveext- Be more explicit in the use of Xapi_stdext_std.Listext- Remove rtrim, replace with Astring.String.trim- Use String.trim instead of Astring.String.trim when possible- Compile with -safe-string- CA-276745: Fix Networkd.Sysfs.get_driver_name- Remove CLI
* Tue Dec 12 2017 Christian Lindig - 0.23.0-1- CP-26156: Port xcp-networkd to use jbuilder- rename package: xcp-networkd -> xapi-networkd
* Fri Oct 20 2017 Rob Hoes - 0.22.0-1- CA-268679 XAPI loop report (Sys_error \"Invalid argument\")
* Thu Oct 12 2017 Rob Hoes - 0.21.0-1- CA-196520: use mtu_request in OVS to set interface MTU
* Fri Sep 22 2017 Rob Hoes - 0.20.0-1- CP-20569: Enable OVS IGMP Snooping by default- CP-23093: Implement toggle of IGMP snooping on xcp-networkd- CP-23601: Inject IGMP snooping query message when IGMP snooping toggle- CP-23843: Disable IPv6 multicast snooping for OVS in XenServer- CP-23835: Disable flooding of unregistered traffic- CA-264980: Fork/exec igmp_query_injector.py and let it run in the background
* Mon Jul 03 2017 Rob Hoes - 0.19.0-1- CA-244087: Update dhclient interface conf on changing default gateway.
* Thu Jun 01 2017 Rob Hoes - 0.18.0-1- REQ-42: Support for management interface on a tagged VLAN
* Tue May 23 2017 Rob Hoes - 0.17.0-1- CP-22405: Log message for config file not existing
* Thu May 18 2017 Rob Hoes - 0.16.0-1- CP-22034: read PIF speed & duplex from sysfs; remove all the C bindings
* Wed Apr 26 2017 Rob Hoes - 0.15.0-1- CA-250444: Always flush addresses when switching from DHCP to static
* Mon Mar 13 2017 Marcello Seri - 0.14.1-4- Update OCaml dependencies and build/install script after xs-opam-repo split
* Thu Feb 23 2017 Gabor Igloi - 0.14.1-3- Depend upon xs-opam-repo providing updated OCaml libraries
* Fri Feb 17 2017 Frederico Mazzone - 0.14.1-2- CA-243676: Do not restart toolstack services on RPM upgrade
* Thu Feb 09 2017 Rob Hoes - 0.14.1-1- CA-223676: Add function `get_physical_interfaces` to networkd
* Wed Feb 08 2017 Rob Hoes - 0.14.0-1- CA-239919: Avoid flushing static IPv4/v6 addresses when not needed
* Tue Dec 06 2016 Gabor Igloi - 0.13.3-1- CA-234506: Don\'t lose the port `kind` param in bridge.make_config
* Fri Nov 04 2016 Euan Harris - 0.13.2-1- CA-225272: rate-limit calls to `ovs-vsctl`
* Wed Oct 19 2016 Euan Harris - 0.13.1-1- CA-225365: Call mod-port on parent bridge, not \"fake\" VLAN bridge
* Thu Oct 13 2016 Jon Ludlam - 0.13.0-1- Update to 0.13.0
* Fri Sep 02 2016 Euan Harris - 0.12.0-1- Update to 0.12.0
* Mon Aug 22 2016 Rafal Mielniczuk - 0.11.1-2- Package for systemd
* Fri Jul 22 2016 Jon Ludlam - 0.11.1-1- Update to 0.11.1
* Mon Jun 27 2016 Euan Harris - 0.11.0-1- Update to 0.11.0
* Mon May 16 2016 Si Beaumont - 0.9.6-1- Re-run chkconfig on upgrade
* Wed Jun 04 2014 Jon Ludlam - 0.9.4-1- Update to 0.9.4- Add networkd_db CLI
* Wed Sep 25 2013 David Scott - 0.9.3-1- Update to 0.9.3
* Wed Aug 28 2013 David Scott - When loading the bridge module, prevent guest traffic being processed by the domain 0 firewall
* Sun Jun 09 2013 David Scott - Update to 0.9.2
* Fri Jun 07 2013 David Scott - Update to 0.9.1
* Wed Jun 05 2013 David Scott - Initial package