1
0
mirror of https://github.com/CumulusNetworks/ifupdown2.git synced 2024-05-06 15:54:50 +00:00

Merge branch 'master' into python3

* master:
  addons: address: process MTU before addrgen and adddresses
  ifupdownmain: support for marking interfaces as mgmt interfaces
  addons: bridge: fix TypeError: sequence item 0: expected string, int found
  addons: bridge: set bridge MTU after bridge creation addons: bridge: get bridge MTU from address policy not bridge
  addons: mstpctl: check mstpctl-stp and bridge-stp and fix bridge cache update
  lib: nlcache: fix dry_run exception
  addons: address: add support for a separate default mtu policy for eth interfaces
  debian: changelog: new 2.0.2-1 entry
  addons: ethtool: add support for "ethtool_ignore_errors" policy
  LinkUtils: mac_str_to_int: fix string to int conversion
  addons: dhcp: if mgmt vrf context exec dhclient in default vrf
This commit is contained in:
Julien Fortin
2020-03-26 03:02:53 +01:00
8 changed files with 36 additions and 8 deletions

11
debian/changelog vendored
View File

@@ -8,6 +8,17 @@ ifupdown2 (3.0.0-1) unstable; urgency=medium
-- Julien Fortin <julien@cumulusnetworks.com> Tue, 31 Dec 2019 23:42:42 +0100
ifupdown2 (2.0.2-1) unstable; urgency=medium
* New: addons: ethtool: add support for "ethtool_ignore_errors" policy
* New: addons: dhcp: if mgmt vrf context exec dhclient in default vrf
* Fix: nlpacket: don't raise an exception on 24 bytes mac address (#140)
* Fix: IFLA_INFO_KIND: decode tunnel data
* Fix: XFRM for 2.x release
* Fix: addons.conf: remove duplicate entry for tunnel pre-up
-- Julien Fortin <julien@cumulusnetworks.com> Wed, 04 Mar 2020 23:42:42 +0100
ifupdown2 (2.0.1-1) unstable; urgency=medium
* New argv option: --nldebug to print netlink debug message