Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2020-05-21 | macsec: T2023: rename "security key" node to "security mka" | Christian Poessinger | |
MACsec always talks about MKA (MACsec Key Agreement protocol) thus the node should reflect that. | |||
2020-05-21 | macsec: T2023: extend key generator for CAK and CKN in operation mode | Christian Poessinger | |
CAK - Connectivity Association Key CKN - Connectivity Association Name | |||
2020-05-21 | macsec: T2023: add 'show interfaces macsec' op-mode tree | Christian Poessinger | |
vyos@vyos# run show interfaces macsec 13: macsec1: protect on validate strict sc off sa off encrypt off send_sci on end_station off scb off replay off cipher suite: GCM-AES-128, using ICV length 16 TXSC: 005056bf19260001 on SA 0 14: macsec2: protect on validate strict sc off sa off encrypt on send_sci on end_station off scb off replay off cipher suite: GCM-AES-128, using ICV length 16 TXSC: 005056bfefaa0001 on SA 0 vyos@vyos# run show interfaces macsec macsec2 14: macsec2: protect on validate strict sc off sa off encrypt on send_sci on end_station off scb off replay off cipher suite: GCM-AES-128, using ICV length 16 TXSC: 005056bfefaa0001 on SA 0 | |||
2020-05-21 | macsec: T2023: generate secure channel keys in operation mode | Christian Poessinger | |
2020-05-16 | nat: T2198: migrate "show nat" commands to XML and Python | Christian Poessinger | |
- "show nat source|destination statistics" is now implemented in Python - "show nat source|destination rules" needs a new implementation, see T2459 - "show nat source|destination translations" has been copied over from the old repo and is here until it is rewritten, this was not possible for "rules" as there would have been too much dependencies. This one only requires libxml-simple-perl | |||
2020-05-01 | op-mode: monitor: traceroute: T2411: add VRF awareness | Christian Poessinger | |
2020-05-01 | op-mode: traceroute: T2129: migrate to top level tagNode | Christian Poessinger | |
2020-04-23 | pppoe: T2223: report the state of pppoe intf | Thomas Mangin | |
2020-04-21 | op-mode: T2348: fix restart dhcpv6 server service name | Jernej Jakob | |
2020-04-19 | openvpn: T2308: fix path to UNIX control socket | Christian Poessinger | |
Bug introduced in commit b36e6e6 ("openvpn: T2273: migrate from SysVinit to systemd") as not all relevant configuration files have been re-rendered into /run/openvpn. | |||
2020-04-17 | Merge pull request #341 from thomas-mangin/T2223 | Christian Poessinger | |
op_mode: T2223: convert vyatta-show-interfaces.pl to show_interfaces.py | |||
2020-04-16 | sstp: T2256: Use ppp-server-ctrl.py for op-commands | DmitriyEshenko | |
2020-04-16 | pppoe: T2256: Use ppp-server-ctrl.py for op-commands | DmitriyEshenko | |
2020-04-16 | pptp: T2256: Use ppp-server-ctrl.py for op-commands | DmitriyEshenko | |
2020-04-16 | l2tp: T2256: Implement control script for operational commands | DmitriyEshenko | |
2020-04-14 | Merge pull request #344 from DmitriyEshenko/ipoe-op | Christian Poessinger | |
ipoe: T2256: Rewrite op-mode commands |