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:
@@ -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:
|
||||
|
Reference in New Issue
Block a user