mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
This reverts commit 65beb82662576c047a281389bd663589dcba09db. it's causing testifupdown2.py:TestMakoJson to fail... Basically this commit uncomment codes which parse mc value from brctl output. So `ifquery -r` output is different (this new attribute show up under the bridge). TestMakoJson at some point does: $ ifquery -a -r -t json > running_json Then later $ ifup -i running_json... This ifup fails on: ... warning: br0: unsupported attribute 'bridge-mclmt' ...