Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-06 | pki: T5886: add op-mode commands for log and renewal | Christian Breunig | |
* show log certbot * monitor log certbot * renew certbot | |||
2023-12-20 | T2898: add ndp-proxy service | Christian Breunig | |
VyOS CLI command set service ndp-proxy interface eth0 prefix 2001:db8::/64 mode 'static' Will generate the following NDP proxy configuration $ cat /run/ndppd/ndppd.conf # autogenerated by service_ndp-proxy.py # This tells 'ndppd' how often to reload the route file /proc/net/ipv6_route route-ttl 30000 # This sets up a listener, that will listen for any Neighbor Solicitation # messages, and respond to them according to a set of rules proxy eth0 { # Turn on or off the router flag for Neighbor Advertisements router no # Control how long to wait for a Neighbor Advertisment message before invalidating the entry (milliseconds) timeout 500 # Control how long a valid or invalid entry remains in the cache (milliseconds) ttl 30000 # This is a rule that the target address is to match against. If no netmask # is provided, /128 is assumed. You may have several rule sections, and the # addresses may or may not overlap. rule 2001:db8::/64 { static } } | |||
2023-12-08 | dhcp: T3316: Migrate dhcp/dhcpv6 server to Kea | sarthurdev | |
2023-11-09 | T1797: Remove vpp packages and mentions | Viacheslav Hletenko | |
2023-10-29 | op-mode: T5661: add "monitor ssh dynamic-protection" command to follow the ↵ | Christian Breunig | |
logfile | |||
2023-08-17 | console-server: T2490: add op-mode commands to display log | Christian Breunig | |
2023-07-30 | T3355: migrate webproxy log to proper "monitor log" tree | Christian Breunig | |
2023-07-27 | T5411: add additional monitor log targets | Christian Breunig | |
2023-07-18 | T5361:op_cmd monitor log vrrp: doesn't show last lines | srividya0208 | |
2023-07-08 | op-mode: T2546: xml: cleanup help strings | Christian Breunig | |
2023-07-08 | op-mode: T2546: add "monitor vrrp" and "monitor webproxy" commands | Christian Breunig | |
2023-07-08 | op-mode: T2546: improve help strings for "monitor" command tree | Christian Breunig | |
2023-07-08 | vpp: T1797: add op-mode commands to show log buffers | Christian Breunig | |
2023-06-21 | op-mode: remove colour optput from journalctl | Christian Breunig | |
2023-02-27 | op-mode: T4952: use list_interfaces from vyos-utils | John Estabrook | |
2023-02-14 | strongSwan: T4593: move to charon-systemd | Christian Breunig | |
2023-01-23 | op-mode: add "show|monitor log pppoe-server" command | Christian Breunig | |
2023-01-23 | op-mode: add "show|monitor log ipoe-server" command | Christian Breunig | |
2023-01-22 | op-mode: sstp: T4384: use <path> completion helper over <script> | Christian Breunig | |
The script completion helper will only show SSTP client interfaces already created and beeing active in the Kernel. The path completion helper shows the real CLI deal. | |||
2023-01-22 | op-mode: macsec: T4537: use <path> completion helper over <script> | Christian Breunig | |
The script completion helper will only show MACsec interfaces already created and beeing active in the Kernel. The path completion helper shows the real CLI deal. | |||
2023-01-22 | pppoe: T4948: add CLI option to allow definition of host-uniq flag | Christian Breunig | |
Some ISPs seem to use the host-uniq flag to authenticate client equipment. Add CLI option in VyOS to allow specification of the host-uniq flag. set interfaces pppoe pppoeN host-uniq <value> | |||
2023-01-17 | op-mode: T4861: add "(show|monitor) log vpn openconnect" commands | Christian Breunig | |
2023-01-14 | ntp: T3008: migrate from ntpd to chrony | Christian Breunig | |
* Move CLI from "system ntp" -> "service ntp" * Drop NTP server option preempt as not supported by chrony | |||
2023-01-14 | op-mode: xml: improve help strings | Christian Breunig | |
2023-01-09 | Revert "strongSwan: upgrade scripts to work with package version 5.9.8" | Christian Poessinger | |
This reverts commit 6857447bf6acba3537d5e5372cd320aef078b81e. | |||
2022-12-27 | strongSwan: upgrade scripts to work with package version 5.9.8 | Christian Poessinger | |
2022-12-20 | op-mode: radvd: T4809: add CLI commands for log display | Christian Poessinger | |
- show log router-advert - monitor log router-advert | |||
2022-12-11 | sstp: T4384: initial implementation of SSTP client CLI | Christian Poessinger | |
vyos@vyos# show interfaces sstpc sstpc sstpc10 { authentication { password vyos user vyos } server sstp.vyos.net ssl { ca-certificate VyOS-CA } } | |||
2022-11-10 | op-mode: T4810: fix show/monitor log of pppoe interface | initramfs | |
2022-10-01 | T4722: consistently use the "IPsec" spelling for IPsec | Daniil Baturin | |
2022-08-24 | op-mode: extend "monitor log vpn" option | Christian Poessinger | |
support monitoring * all * l2tp * sstp * pptp | |||
2022-08-24 | ipsec: T2185: use systemd to start/stop service | Christian Poessinger | |
2022-08-01 | op-mode: macsec: T4537: add "show|monitor log macsec" CLI commands | Christian Poessinger | |
2022-07-22 | op-mode: monitor log help typo | Christian Poessinger | |
2022-07-22 | op-mode: add show|monitor log ssh|snmp commands | Christian Poessinger | |
2022-07-21 | op-mode: T2659: show/monitor log - add ddos-protection logs | Christian Poessinger | |
2022-07-07 | op-mode: T3457: rename "mon log colored" -> "mon log color" | Christian Poessinger | |
2022-05-21 | op-mode: T4390: add nhrp and flow-accounting logging | Christian Poessinger | |
2022-04-24 | op-mode: T4390: add "monitor log dhcp(v6)" CLI commands | Christian Poessinger | |
2022-04-24 | op-mode: T4390: drop superfluous hostname from "monitor log protocol" CLI ↵ | Christian Poessinger | |
commands | |||
2022-04-24 | op-mode: T4390: add "show|monitor log pppoe" CLI commands | Christian Poessinger | |
2022-04-24 | op-mode: T4390: add "monitor log kernel" command | Christian Poessinger | |
2022-04-24 | op-mode: T4390: migrate "monitor log" to journalctl | Christian Poessinger | |
2022-04-01 | op-mode: monitor: T4308: support following FRR daemon logs | Christian Poessinger | |
2021-04-04 | T3457: output the "monitor log" command in a colorful way | Christian Poessinger | |
Add a new CLI command "monitor log colored" to run the log file monitoring through grc (https://github.com/garabik/grc). | |||
2021-01-10 | xml: op-mode: add preprocessor support as known from configuration mode | Christian Poessinger | |