mirror of
https://github.com/CumulusNetworks/ifupdown2.git
synced 2024-05-06 15:54:50 +00:00
Merge pull request #228 from dverbroekkenexnl/patch-1
Update iface.py : Corrected a typo when the interface is set to KEEP_LINK_DOWN
This commit is contained in:
@ -121,7 +121,7 @@ class ifaceLinkPrivFlags():
|
||||
string_list.append("loopback")
|
||||
|
||||
if flag & cls.KEEP_LINK_DOWN:
|
||||
string_list.append("keep ling down")
|
||||
string_list.append("keep link down")
|
||||
|
||||
if flag & cls.ES_BOND:
|
||||
string_list.append("es bond")
|
||||
|
Reference in New Issue
Block a user