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

12 Commits

Author SHA1 Message Date
9ab24843eb Prevent MTU from being set to 1500 on interface downing.
MTU settings are defaulted 1500 when interface is ifdowned.
This has the effect of changing the MTU on the interface and any subinterfaces to
1500.  And if these subinterfaces are in a bridge, the bridge will pick the MIN MTU
so the bridge keeps this MTU even after the interface is brought back up. The sub
interface does not change to a higher value then 1500 (kernel VLAN driver only
moves the MTU is the decreasing direction.
(cherry picked from commit 70e67ab15efb13e1499288152d801b39f28a190b)
(cherry picked from commit 56238543a980e983957a180c583b9412c3ab48ab)
2015-03-17 22:31:35 -04:00
f8646c3728 Correct error message for unsupported ifupdown2 attributes
Corrected a minor error in how we handle unsupported config attributes.
Instead of

     error: not enough arguments for format string

we will now print this:

     warning: peerlink.4000: unsupported attribute 'clagd-foobar'
(cherry picked from commit 44c6004a33d59ee234f8ee3d5f450e158c9e5bdc)
(cherry picked from commit f2c2321301d05e88d3c9ab9c26e6d4e256c884e9)
2015-03-16 13:44:27 -04:00
3ea529d252 Remove docs.addons since its now merged with the main ifupdown2
documentation in the docs dir
2015-03-10 13:52:55 -07:00
ea230f7317 Move python-ifupdown2 addons documentation into the ifupdown2 folder. 2015-03-10 13:46:08 -07:00
f779de62cb Remove ifupdown2-addons (ifupdown2-addons contents are now merged into
ifupdown2)

This simplifies ifupdown2 package management. Addon modules can be still
installed via third party modules outside of ifupdown2
2015-03-08 10:04:54 -07:00
f95fbeb95a Add note in readme regarding python-ifupdown2-addons being merged into
python-ifupdown2
2015-03-06 22:45:43 -08:00
201a66593d Add note in readme regarding python-ifupdown2-addons being merged into
python-ifupdown2
2015-03-06 22:43:50 -08:00
f82758bf2c Merge 'vlan filtering bridge + vxlan + mlag + vrr' support from internal
tree to external

This also combines python-ifupdown2 and python-ifupdown2-addons package
into a single python-ifupdown2 package
2015-03-06 21:46:10 -08:00
59bba4c97d Fix ifquery check for mstpctl-ports 2014-07-23 15:15:53 -07:00
5c7ef82a67 few minor documentation cleanups 2014-07-22 11:50:13 -07:00
2c8c4ce74d Initial import of ifupdown2 sources 2014-07-20 00:45:04 -07:00
de3b811808 Initial commit 2014-07-19 21:03:25 -07:00