summaryrefslogtreecommitdiff
path: root/op-mode-definitions/show-interfaces.xml.in
AgeCommit message (Collapse)Author
2025-08-26T7742: Add 'show interfaces kernel statistics' commandl0crian1
- Added 'show interfaces kernel statistics' command - Added 'show interfaces kernel <interface> statistics' command
2025-06-25op-mode: T7560: add support for virtual tag nodesDaniil Baturin
for cases when commands need both fixed and variable arguments
2025-04-20interfaces: t7268: Add op-mode command for show all interfaces on systeml0crian1
Fixed XML formatting.
2025-04-20t7268: Add op-mode command for show all interfaces on systeml0crian1
Created op-mode script per request Commands added: show interfaces kernel show interfaces kernel detail show interfaces kernel json show interfaces kernel <interface> show interfaces kernel <interface> detail show interfaces kernel <interface> json
2025-04-12interfaces: T7268: Add op-mode command for show all interfaces on systeml0crian1
This creates a command to show all interfaces on the system in both human readable and JSON format. This includes non-VyOS interfaces like those created by containers. Syntax: show interfaces kernel show interfaces kernel json show interfaces kernel <interface> show interfaces kernel <interface> json
2023-11-17T5749: Swap show interfaces and show interfaces summaryViacheslav Hletenko
By default show VRF, MAC, MTU for `show interfaces` The original `show interfaces` moved to `show interfacces summary`
2023-11-16T5747: op-mode add MAC and MTU for show interfaces summaryViacheslav Hletenko
Add op-mode "show interfaces summary" Add MAC, VRF and MTU options: vyos@r4# run show interfaces summary Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down Interface IP Address MAC VRF MTU S/L Description ----------- ----------------- ----------------- ------- ----- ----- ------------- dum0 203.0.113.1/32 96:44:ad:c5:a1:a5 default 1500 u/u eth0 192.168.122.14/24 52:54:00:f1:fd:77 default 1500 u/u WAN eth1 192.0.2.1/24 52:54:00:04:33:2b foo 1500 u/u LAN-eth1 eth2 - 52:54:00:40:2e:af default 1504 u/u LAN-eth2 eth3 - 52:54:00:09:a4:b4 default 1500 A/D
2022-12-21interfaces: T4866: call interfaces.py in op-mode-definitionsJohn Estabrook
2021-01-10xml: op-mode: add preprocessor support as known from configuration modeChristian Poessinger