Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-25 | firewall: T5160: Remove zone policy op-mode | sarthurdev | |
2023-09-08 | Merge pull request #1602 from goodNETnick/goodnetnick-shloginotp-T4754 | Viacheslav Hletenko | |
login: T4754: show configured 2FA OTP key | |||
2023-05-25 | T5231: Add op-mode for show reverse-proxy | Viacheslav Hletenko | |
Add op-mode CLI for reverse-proxy "show reverse-proxy" Ability to get JSON and formatted output | |||
2023-03-16 | ipsec: T5043: Rewritten and fixed 'reset vpn' commands | aapostoliuk | |
1. Rewritten CLI of 'reset vpn' commands. 2. Created 'reset vpn ipsec remote-access' commands to reset RA IKEv2 session. 3. Created 'reset vpn ipsec site-to-site all' command to reset all configured IPSec site-to-site peers sessions. 4. Rewritten 'reset vpn l2t|pptp|sstp' commands to new opmode style. | |||
2023-02-01 | nhrp: T4905: Rewritten nhrp op-mode in new style | aapostoliuk | |
1. Formatted output of 'show nhrp' commands to table view 2. Rewritten nhrp op-mode in new style | |||
2023-01-23 | op-mode: T4942: add op-mode config_mgmt.py to standardized list | John Estabrook | |
2023-01-17 | Merge pull request #1739 from aapostoliuk/T4864-sagitta | Christian Breunig | |
firewall: T4864: Fixed show zone-policy command output | |||
2023-01-16 | firewall: T4864: Fixed show zone-policy command output | aapostoliuk | |
1. Fixed "show zone-policy" command output 2. Rewritten zone-policy op-mode to new style | |||
2023-01-12 | T4911: op-mode: rewrite LLDP in standardised op-mode format | Christian Breunig | |
2022-12-21 | interfaces: T4866: add interfaces.py to op-mode-standardized list | John Estabrook | |
2022-12-17 | Merge branch 'current' into goodnetnick-shloginotp-T4754 | Christian Poessinger | |
2022-12-12 | openvpn: T4770: add openvpn.py to op-mode-standardized.json | John Estabrook | |
2022-11-20 | op-mode: dns-forwarding: T4578: drop sudo calls | Christian Poessinger | |
Commit 66288ccfee ("dns-forwarding: T4578: Rewrite show dns forwarding") added the implementation for the new standardized op-mode definitions/implementation. As the API daemon has the proper permissions and also the CLI op-mode calls the script already with "sudo", there is no need to call "sudo" inside this script, again. Also add dns.py to data/op-mode-standardized.json for the GraphQL schema to be generated. | |||
2022-11-10 | T4789: Ability to get op-mode raw data for PPPoE L2TP SSTP IPoE | Viacheslav Hletenko | |
Ability to get 'raw' data sessions and statistics for accel-ppp protocols IPoE/PPPoE/L2TP/PPTP/SSTP server | |||
2022-11-02 | T4758: Fix conflicts op-mode-standardized | Viacheslav Hletenko | |
2022-11-02 | T4758: Rewrite show DHCP(v6) server leases to vyos.opmode format | Viacheslav Hletenko | |
Rewrite op-mode DHCP and DHCPv6 leases to vyos.opmode format Abbility to show 'raw' format show dhcp server leases show dhcpv6 server leases | |||
2022-11-02 | Merge pull request #1623 from sever-sever/T4771 | Daniil Baturin | |
T4771: Ability to get raw format for op-mode BGP commands | |||
2022-11-01 | T4777: Ability to get logs in machine-readable format | Viacheslav Hletenko | |
Ability to get logs in JSON format Possible filter by unit. Options for count lines, UTC time, facility or logs since boot | |||
2022-11-01 | login: T4754: show configured 2FA OTP key | goodNETnick | |
2022-10-31 | T4771: Ability to get raw format for op-mode BGP commands | Viacheslav Hletenko | |
2022-09-22 | Merge pull request #1521 from sever-sever/T3476 | Christian Poessinger | |
update-check: T3476: Allow update-check for VyOS images | |||
2022-09-09 | Merge branch 'current' into standardize-show-system-storage | Christian Poessinger | |
2022-09-08 | system: T4682: standardize op-mode 'show system storage' | John Estabrook | |
2022-09-08 | system: T4681: convert 'show_uptime.py' script to standardized format | John Estabrook | |
2022-09-07 | update-check: T3476: Allow update-check for VyOS images | Viacheslav Hletenko | |
Ability to autocheck available new images Parse remote URL JSON image-version.json file and compare version VyOS with a local current version, if find diff sent wall message that the new image is available Also, add op-mode command to check images "show system image" With option "auto-check" check will be once per 12 hours set system update-check auto-check set system update-check url 'http://example.com/image-version.json' If new version is available shows it per login (MOTD) | |||
2022-08-25 | Merge pull request #1458 from sever-sever/T4594 | Christian Poessinger | |
ipsec: T4594: Rewrite op-mode 'show vpn ipsec sa' to the new format | |||
2022-08-06 | ocserv: T4596: Rewrite show openconnect sessions op-mode | Viacheslav Hletenko | |
Rewrite "show openconnect-server sessions" to vyos.opmode format Ability to get raw and formatted output Ability to get data via API | |||
2022-08-04 | graphql: T4544: Add ipsec.py to op-mode-standardized.json | Viacheslav Hletenko | |
Add overwritten script 'ipsec.py' to 'op-mode-standardized.json' | |||
2022-08-02 | graphql: T4544: Add overwritten scripts op-mode-standardized.json | Viacheslav Hletenko | |
Add overwritten scripts to 'op-mode-standardized.json' | |||
2022-07-25 | graphql: T4544: add script to generate GraphQL schema for op-mode | John Estabrook | |