mirror of
https://github.com/napalm-automation-community/napalm-vyos.git
synced 2026-09-23 12:41:16 +00:00
Add invalid mtu to get_interfaces
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user