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

cleanup state manager + remove some dead code

Ticket: CM-1438
Reviewed By:
Testing Done:
This commit is contained in:
roopa
2014-02-24 11:07:59 -08:00
parent e938bfeccd
commit 31a5f4c364
6 changed files with 98 additions and 194 deletions

View File

@@ -125,7 +125,7 @@ start)
exclusions=$(process_exclusions)
perfoptions=$(perf_options)
log_action_begin_msg "Configuring network interfaces"
if ifup -a $verbose $perfoptions
if ifup -d -a $verbose $perfoptions
then
log_action_end_msg $?
else
@@ -183,6 +183,7 @@ restart)
ifupdown_init
log_action_begin_msg "Reconfiguring network interfaces"
ifdown -a --exclude=lo $verbose --perfmode || true
set -f