Page MenuHomeVyOS Platform

Syntax error in interface-dummy.py
Closed, ResolvedPublicBUG

Description

Syntax error in interface-dummy.py

if dummy['disable']:
            d.set_state('down')
        else
            d.set_state('up')

Colon missing after else statement.

Details

Version
Current branch e44466768233d33aa26cd033fb66d1dbeec207a7
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)