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

Fixes to some corner cases + support for some missing 'options and

attributes' for backward compatibility

Ticket: CM-1438
Reviewed By:
Testing Done: Tested ifupdown sanity and new functionality

support for:
- -i <interface file>
- template lookup path and move all template handling to a separate
  module template.py
- new ifupdown2 config file /etc/network/ifupdown2/ifupdown2.conf
- bridge_waitport and bridge_maxwait
- moved addons.conf to /var/lib/ifupdownaddons/
This commit is contained in:
roopa
2014-04-18 14:09:20 -07:00
parent 03d5166bff
commit 14dc390d71
9 changed files with 198 additions and 93 deletions

View File

@@ -16,6 +16,8 @@ setup(name='ifupdown2',
('/etc/init.d/',
['init.d/networking']),
('/sbin/', ['sbin/ifupdown']),
('/etc/network/ifupdown2/',
['config/ifupdown2.conf', 'config/templates']),
('/usr/share/doc/ifupdown/examples/',
['docs/examples/interfaces'])]
)