Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-10-29 | op-mode: T5661: use common journalctl syntax for sshguard | Christian Breunig | |
This makes the code more easy to maintain in the future if everyone uses the same structure when calling journalctl. | |||
2023-10-21 | T5661: Add show show ssh dynamic-protection attacker and show log ssh ↵ | JeffWDH | |
dynamic-protection | |||
2023-09-14 | T5579: show log firewall - Fix command in order to fit new firewall cli ↵ | Nicolas Fort | |
structure; extend command options so it can be used on every layer ; use journalctl to get the logs | |||
2023-08-17 | console-server: T2490: add op-mode commands to display log | Christian Breunig | |
2023-07-27 | T5411: add additional monitor log targets | Christian Breunig | |
2023-07-08 | vpp: T1797: add op-mode commands to show log buffers | Christian Breunig | |
2023-07-08 | op-mode: T3201: add support to display last <n> log entries | Christian Breunig | |
2023-04-04 | T5142: Add audit tool to monitor security-relevant events | Viacheslav Hletenko | |
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: T4390: migrate "show log vpn" to journalctl | Christian Poessinger | |
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: 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-05-21 | op-mode: T4390: add nhrp and flow-accounting logging | Christian Poessinger | |
2022-04-24 | op-mode: T4390: add "show|monitor log pppoe" CLI commands | Christian Poessinger | |
2022-04-24 | op-mode: T4390: migrate "show log kernel" to journalctl | Christian Poessinger | |
2022-04-01 | op-mode: logging: T4308: use full option name (--boot) | Christian Poessinger | |
2022-03-31 | logging: T4308: log options for routing protocol | srividya0208 | |
It will be more convenient if there is a seperate option to debug the protocol | |||
2021-10-05 | op-mode: T3889: do not display redundant hostname when reading logs | Christian Poessinger | |
(cherry picked from commit 30cf3bc79e2253a004fcbbf76c9f99c52e7bc216) | |||
2021-10-04 | op-mode: dhcpv(v6): T3890: retrieve both server and client logfiles | Christian Poessinger | |
* rename: "show log dhcp" will become "show log dhcp server" * add: "show log dhcp client" to display logs from ALL DHCP client processes * add: "show log dhcp client interface <name>" to display logs from individual DHCP client processes * add: "show log dhcpv6 server" to display infos about running DHCPv6 server * add: "show log dhcpv6 client" to display logs from ALL DHCPv6 client processes * add: "show log dhcpv6 client interface <name>" to display logs from individual DHCPv6 client processes (cherry picked from commit ffd73958e42c20f69ded64393491966e0c9230c6) | |||
2021-10-04 | op-mode: T3889: migrate to journalctl when reading daemon logs | Christian Poessinger | |
(cherry picked from commit 3b2523b816556aa911459097c2476a2da4542151) | |||
2021-06-12 | xml: op-mode: add "show log kernel" | Christian Poessinger | |
2021-05-30 | op-mode: T3589: replace short journalctl options with long names | Christian Poessinger | |
... this is done for easier readability of the commands | |||
2021-01-11 | op-mode: T3201: fix "show log all" for RADIUS users | Christian Poessinger | |
2021-01-10 | xml: op-mode: add preprocessor support as known from configuration mode | Christian Poessinger | |