]> git.proxmox.com Git - mirror_ifupdown2.git/commit - docs/source/conf.py
Merge branch 'master' into python3
authorJulien Fortin <julien@cumulusnetworks.com>
Thu, 26 Mar 2020 02:02:53 +0000 (03:02 +0100)
committerJulien Fortin <julien@cumulusnetworks.com>
Thu, 26 Mar 2020 02:02:53 +0000 (03:02 +0100)
commit16de4e7988123846c4229ea1035c4db9c7420b69
tree12418a0e2746d35796b7195d9d263362f8248da5
parent9a23f4577091f1bcd8c9cf18b2b0270a4949d2bb
parent2c152f8396fa67b982c33bafb31aca3e77e85b2a
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
debian/changelog
ifupdown2/__init__.py
ifupdown2/addons/address.py
ifupdown2/addons/bridge.py
ifupdown2/addons/dhcp.py
ifupdown2/addons/ethtool.py
ifupdown2/addons/mstpctl.py
ifupdown2/lib/nlcache.py