Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-13 | op-mode: T2321: add "show vrf black processes" command | Christian Poessinger | |
List all processes running in given VRF vyos@vyos:~$ show vrf black processes 4624 sshd 4404 ntpd | |||
2020-06-10 | BFD: T2573: Fixed show command for BFD peers | zsdc | |
As vtysh does not have a vrf option for "show bfd peer" command, the vrf part will be cut before passing a line to the vtysh. | |||
2020-06-08 | T2559: Make the sensors automatically load necessary modules | kroy | |
2020-06-07 | op-mode: T2558: version: no need to call this with sudo | Christian Poessinger | |
2020-06-07 | op-mode: T2558: version: split out CPU info | Christian Poessinger | |
Instead of using "show version" as catch-all command for information rather add "show system cpu" op-mode command which is analogous to "show system memory" which deals with RAM. | |||
2020-06-07 | op-mode: rename version.xml -> show-version.xml | Christian Poessinger | |
2020-06-07 | usb: op-mode: T2560: display USB interface information | Christian Poessinger | |
vyos@vyos:~$ show system usb /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/2p, 480M |__ Port 1: Dev 2, If 0, Class=Hub, Driver=hub/4p, 480M |__ Port 3: Dev 4, If 0, Class=Vendor Specific Class, Driver=qcserial, 480M |__ Port 3: Dev 4, If 2, Class=Vendor Specific Class, Driver=qcserial, 480M |__ Port 3: Dev 4, If 3, Class=Vendor Specific Class, Driver=qcserial, 480M |__ Port 3: Dev 4, If 8, Class=Vendor Specific Class, Driver=qmi_wwan, 480M vyos@vyos:~$ show system usb serial No USB to serial converter connected vyos@vyos:~$ show system usb serial Device Model Vendor ------ ------ ------ usb0b1.3.3.4p1.0 Quad_RS232-HS Future Technology Devices International, Ltd usb0b1.3.3.4p1.1 Quad_RS232-HS Future Technology Devices International, Ltd usb0b1.3.3.4p1.2 Quad_RS232-HS Future Technology Devices International, Ltd usb0b1.3.3.4p1.3 Quad_RS232-HS Future Technology Devices International, Ltd usb0b1.3.4p1.0 Quad_RS232-HS Future Technology Devices International, Ltd usb0b1.3.4p1.1 Quad_RS232-HS Future Technology Devices International, Ltd usb0b1.3.4p1.2 Quad_RS232-HS Future Technology Devices International, Ltd usb0b1.3.4p1.3 Quad_RS232-HS Future Technology Devices International, Ltd usb0b1.3p1.0 MC7710 Sierra Wireless, Inc. usb0b1.3p1.2 MC7710 Sierra Wireless, Inc. usb0b1.3p1.3 MC7710 Sierra Wireless, Inc. usb0b1.4p1.0 Quad_RS232-HS Future Technology Devices International, Ltd usb0b1.4p1.1 Quad_RS232-HS Future Technology Devices International, Ltd usb0b1.4p1.2 Quad_RS232-HS Future Technology Devices International, Ltd usb0b1.4p1.3 Quad_RS232-HS Future Technology Devices International, Ltd | |||
2020-06-07 | pppoe: op-mode: T2488: retrieve log info from journalctl | Christian Poessinger | |
2020-06-07 | wwan: op-mode: T2488: retrieve log info from journalctl | Christian Poessinger | |
2020-06-07 | op-mode: T2559: add "show environment sensors" command | Christian Poessinger | |
vyos@vmware:~$ show environment sensors VyOS running under hypervisor, no sensors available vyos@apu4:~$ show environment sensors ath10k_hwmon-pci-0500 temp1: N/A k10temp-pci-00c3 temp1: +54.6°C (high = +70.0°C) (crit = +105.0°C, hyst = +104.0°C) fam15h_power-pci-00c4 power1: 3.28 W (interval = 0.01 s, crit = 6.00 W) | |||
2020-06-07 | op-mode: ethernet: T2546: present offload output in table | Christian Poessinger | |
- remove first line from output (sed -e 1d) - remove leading tab indention (sed -e 's/^\t*//g') - remove colons (sed -e 's/://') - align output vertically (column -t -s' ') | |||
2020-06-07 | op-mode: ethernet: T2546: do not display fixed offload options | Christian Poessinger | |
[fixed] options returned by ethtool -k mean that they can not be change and thus offloading can neither be enabled nor disabled. It makes no sense to display those parameters at all. | |||
2020-06-06 | op-mode: T2546: migrate show interfaces tunnel,input,pseudo-ethernet,l2tpv3 ... | Christian Poessinger | |
Migrate additional show commands to XML * show interfaces tunnel ... * show interfaces input ... * show interfaces pseudo-ethernet ... * show interfaces l2tpv3 ... * show interfaces bridge ... * show interfaces vti ... * show interfaces vxlan ... | |||
2020-06-06 | op-mode: ethernet: T2546: add "show interfaces loopback" | Christian Poessinger | |
2020-06-06 | op-mode: add help text for "show mpls" | Christian Poessinger | |
2020-06-06 | op-mode: add help text for "show protocols" | Christian Poessinger | |
2020-06-06 | op-mode: rename show-arp.xml to show-protocols-static.xml | Christian Poessinger | |
2020-06-06 | op-mode: ethernet: T2546: add possibility to identify ethernet port | Christian Poessinger | |
show interfaces ethernet eth0 identify | |||
2020-06-06 | op-mode: dummy: T2546: add show interfaces command | Christian Poessinger | |
2020-06-06 | op-mode: ethernet: T2546: fix "show interfaces ethernet eth0" | Christian Poessinger | |
Command node was missing. | |||
2020-06-05 | op-mode: ethernet: T2546: add vif subcommand | Christian Poessinger | |
2020-06-04 | op-mode: T2546: add "show monitoring" command | Christian Poessinger | |
2020-06-04 | op-mode: T2546: add "show log firewall|image" commands | Christian Poessinger | |
2020-06-04 | op-mode: T2546: add "show login" commands | Christian Poessinger | |
2020-06-03 | T2546: add "show log vpn sstp" | Christian Poessinger | |
2020-06-03 | T2546: fix "show log vpn" after migrating to Accel-PPP | Christian Poessinger | |
2020-06-03 | T2546: migrate "show log" to vyos-1x | Christian Poessinger | |
2020-06-03 | T2546: migrate "show poweroff" to vyos-1x | Christian Poessinger | |
2020-06-03 | T2546: migrate "show reboot" to vyos-1x | Christian Poessinger | |
2020-06-03 | op-mode: migrate line ending from dos | Christian Poessinger | |
2020-06-03 | op-mode: T2546: migrate "show license" | Christian Poessinger | |
2020-06-03 | op-mode: ethernet: T2546: migrate basic commands | Christian Poessinger | |
- show interfaces ethernet eth0 physical - show interfaces ethernet eth0 physical offload - show interfaces ethernet eth0 statistics - show interfaces ethernet eth0 transceiver | |||
2020-06-01 | dns: dynamic: op-mode: provide "restart dns dynamic" command | Christian Poessinger | |
... this is actually a copy of the weird "update dns dynamic" command. Some users like restart more thus both CLI notions will call the same backend script . | |||
2020-06-01 | dns: dynamic: op-mode: rename XML | Christian Poessinger | |
2020-06-01 | wake-on-lan: op-mode: T2526: add CLI implementation | Christian Poessinger | |
Wake up host vyos@vyos:~$ wake-on-lan interface eth0.201 host a:b:c:d:e:f Wake up invalid host vyos@vyos:~$ wake-on-lan interface eth0.201 host a:b:c:d:e:f:f etherwake: The Magic Packet host address must be specified as - a station address, 00:11:22:33:44:55, or - a hostname with a known 'ethers' entry. | |||
2020-06-01 | dns: T2536: migrate "show log dns" from vyatta-op to vyos-1x | Christian Poessinger | |
2020-06-01 | dns-forwarding: T2536: fix "show log dns forwarding" | Christian Poessinger | |
Migrate "show" command from vyatta-op | |||
2020-05-29 | Revert "dynamic-dns: op-mode: add restart command" | Christian Poessinger | |
This is actually implemented as "update dns dynamic" This reverts commit 968ea6284fe177aa0c3ace747e2027d151e2474e. | |||
2020-05-29 | dynamic-dns: op-mode: add restart command | Christian Poessinger | |
vyos@vyos:~$ restart dns dynamic Dynamic DNS update service is not configured | |||
2020-05-29 | traceroute: T2411: add top level help text for "traceroute" | Christian Poessinger | |
2020-05-29 | dhcp: dhcpv6: T2506: add top level help text for "renew" | Christian Poessinger | |
2020-05-28 | dhcp: dhcpv6: T2506: add client restart to op-mode | Christian Poessinger | |
2020-05-27 | op-mode: T2512: Fix conflict templates ipv4-route and show-ip-route | sever-sever | |
2020-05-26 | Merge pull request #432 from sever-sever/T2512 | Christian Poessinger | |
[op-mode]: T2512: New XML format for show ip | |||
2020-05-26 | wwan: T1988: use "path" completion helper over dedicated shell script | Christian Poessinger | |
2020-05-26 | [op-mode]: T2512: New XML format for show ip | sever-sever | |
2020-05-24 | Corrected help text for pppoe statistics command | Nicholas Humfrey | |
2020-05-22 | nat: T2460: migrate to new Python implementation | Christian Poessinger | |
2020-05-22 | pppoe: T2380: drop superfluous list_pppoe_peers.sh | Christian Poessinger | |
2020-05-21 | pppoe: wwan: T2488: drop individual ppp logs | Christian Poessinger | |