mirror of
https://github.com/napalm-automation-community/napalm-vyos.git
synced 2026-02-28 02:44:51 +00:00
unit tests, fix returned data
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{"lo": {"is_enabled": true, "description": "", "last_flapped": -1.0, "is_up": true, "mac_address": "00:00:00:00:00:00", "speed": 0}, "eth1": {"is_enabled": true, "description": "", "last_flapped": -1.0, "is_up": true, "mac_address": "08:00:27:41:d5:f8", "speed": 0}, "eth0": {"is_enabled": true, "description": "", "last_flapped": -1.0, "is_up": true, "mac_address": "08:00:27:c5:c9:67", "speed": 0}}
|
||||
@@ -0,0 +1,9 @@
|
||||
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
|
||||
Interface IP Address S/L Description
|
||||
--------- ---------- --- -----------
|
||||
eth0 10.0.2.15/24 u/u
|
||||
eth1 10.0.12.2/24 u/u
|
||||
lo 127.0.0.1/8 u/u
|
||||
10.2.2.2/32
|
||||
8.8.8.8/32
|
||||
::1/128
|
||||
Reference in New Issue
Block a user