1
0
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:
Julien Fortin
2022-02-11 17:06:29 +01:00
committed by GitHub

View File

@ -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")