]> git.proxmox.com Git - mirror_ifupdown2.git/commit
ifupdown2 defaults for link attributes are not applied
authorSam Tannous <stannous@cumulusnetworks.com>
Fri, 8 Jul 2016 00:16:22 +0000 (17:16 -0700)
committerSam Tannous <stannous@cumulusnetworks.com>
Fri, 8 Jul 2016 00:16:22 +0000 (17:16 -0700)
commit45c264cd8d2d1155ef561850c84095504ea375b0
tree3924c6b8484c62d80d82e227a6c8e18a3507d8e4
parent32a74516d1a1919eb0634fd107a057f70d02aae1
ifupdown2 defaults for link attributes are not applied

Ticket: CM-11718
Reviewed By: CCR-4931
Testing Done: Tested complete regression suite on hardnode in 3.0.

This patch fixes a problem in the ethtool addon module where a single iface stanza was
configured for a link-speed (1G) other then the default (10G). The link-speed config is then
removed or commented out but the link-speed is not restored to its default value (10G) because of
incorrect logic.
addons/ethtool.py