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

Fix auto flag handling during reload

Ticket: CM-4204
Reviewed By:
Testing Done: Tested ifreload with interfaces file in the bug

My last checkin moved the auto flag around causing the breakage
This commit is contained in:
Roopa Prabhu
2014-11-12 22:43:24 -08:00
parent e8b4b06dc0
commit 97382e8841
2 changed files with 7 additions and 9 deletions

View File

@@ -138,7 +138,7 @@ def run_reload(args):
perfmode=args.perfmode)
ifupdown_handle.reload(['pre-up', 'up', 'post-up'],
['pre-down', 'down', 'post-down'],
args.all, None, None,
auto=args.all, allow=None, ifacenames=None,
excludepats=args.excludepats,
usecurrentconfig=args.usecurrentconfig,
currentlyup=args.currentlyup)