Add invalid mtu to get_interfaces

This commit is contained in:
Brad Walker
2020-05-16 13:02:21 -06:00
parent df1d827038
commit c78fd09304
2 changed files with 2 additions and 1 deletions

View File

@@ -349,6 +349,7 @@ class VyOSDriver(NetworkDriver):
"is_enabled": bool(is_enabled),
"description": py23_compat.text_type(description),
"last_flapped": float(-1),
"mtu": -1,
"speed": int(speed),
"mac_address": py23_compat.text_type(hw_id)
}