Page MenuHomeVyOS Platform

Add op-mode command for all interfaces on host
Open, Requires assessmentPublicENHANCEMENT

Description

This would add the ability to view the ip link show command from within VyOS, so that the output can be exposed to the API.

Proposed command:
show interfaces all (ip link show)
show interfaces all json (ip -j -s -d link show)

The primary goal is to assist the following VyOS dashboard project:
https://github.com/MadsZBC/FastAPI-Vyos

Details

Version
-
Is it a breaking change?
Perfectly compatible
Issue type
Feature (new functionality)