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

cleanup, documentation and enable ifupdown2 by default

Ticket: CM-1438
Reviewed By:
Testing Done:

There are a few known issues listed in the TODO and KNOWN_ISSUES files
This commit is contained in:
roopa
2014-02-14 09:55:19 -08:00
parent f802fe3ccb
commit e37ad4a607
7 changed files with 462 additions and 1 deletions

View File

@@ -686,6 +686,9 @@ class ifupdownMain():
else:
self.run_without_dependents(ops, filtered_ifacenames)
if self.DRYRUN:
return
# Update persistant iface states
try:
if self.ALL:
@@ -749,6 +752,9 @@ class ifupdownMain():
else:
self.run_without_dependents(ops, filtered_ifacenames)
if self.DRYRUN:
return
if loaded_newconfig:
# Update persistant iface states
try:
@@ -944,6 +950,9 @@ class ifupdownMain():
else:
self.run_without_dependents(upops, filtered_ifacenames)
if self.DRYRUN:
return
# Update persistant iface states
try:
if self.ALL: