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

Merge branch 'master-next' into python3

* master-next:
  argv: move --nldebug option to common_argparse to avoid exception in ifreload
  debian: changelog: new 2.0.1-1 entry
  argv: add new command line argument --nldebug
  This commit adds the feature to change offloads for nics. Currently GRO, LRO GSO, TSO, UFO, TX and RX Offload are supported.
This commit is contained in:
Julien Fortin
2020-01-02 15:50:51 +01:00
5 changed files with 158 additions and 9 deletions

9
debian/changelog vendored
View File

@@ -2,7 +2,14 @@ ifupdown2 (3.0.0-1) unstable; urgency=medium
* New. Enabled: python3 support
-- Julien Fortin <julien@cumulusnetworks.com> Tue, 01 Oct 2019 23:42:42 +0200
-- Julien Fortin <julien@cumulusnetworks.com> Tue, 31 Dec 2019 23:42:42 +0100
ifupdown2 (2.0.1-1) unstable; urgency=medium
* New argv option: --nldebug to print netlink debug message
* New: ethtool: nics (GRO, LRO GSO, TSO, UFO, TX and RX) offload attributes
-- Julien Fortin <julien@cumulusnetworks.com> Tue, 31 Dec 2019 15:21:06 +0100
ifupdown2 (2.0.0-1) unstable; urgency=medium