Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-02 | Merge pull request #1646 from mkorobeinikov/4767py | Christian Poessinger | |
T4767: Rewrite generate ipsec archive to python | |||
2022-11-25 | veth: T4825: add op-mode CLI definitions | Christian Poessinger | |
2022-11-15 | T4812: Add op-mode Show vpn ipsec connections | Viacheslav Hletenko | |
Add op-mode CLI "show vpn ipsec connections" Add the ability to show all configured connections/tunnels and their states. Ability to get --raw data | |||
2022-11-10 | op-mode: T4810: fix show/monitor log of pppoe interface | initramfs | |
2022-11-08 | T4767: Rewrite generate ipsec archive to python | m.korobeinikov | |
Made the following changes: 1) made changes to the "XML" file to replace the script from "sh" to "py" 2) changed the extension of the main script from "sh" to "py" 3) changed the script to "py" | |||
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-10-20 | T4763: Use nat.py for show nat destination statistics | Viacheslav Hletenko | |
Use nat.py instead of old op-mode script | |||
2022-10-10 | bgp: T4492: Fixed output list in "show bgp vrf VRF neighbors" | aapostoliuk | |
Fixed output list of neighbors in help for "show bgp vrf VRF neighbors" | |||
2022-10-01 | T4722: consistently use the "IPsec" spelling for IPsec | Daniil Baturin | |
2022-09-28 | op-mode: T3589: streamline console-server journalctl cmdline | Christian Poessinger | |
2022-09-28 | op-mode: T3589: streamline pppoe interface journalctl cmdline | Christian Poessinger | |
2022-09-28 | conserver: T4717: Support for setting a name for console-server devices | William Hughes | |
This adds a new 'alias' property to the console-server device definition to allow users to connect to a console using a human-readable name rather than just the device name. For a configuration like: service { console-server { device ttyUSB0 { speed 115200 alias my-server } } } Users can connect either by doing `connect console ttyUSB0`, or `connect console my-server`. Names: * Must be unique * Are limited to 128 characters * Are optional - if not specified, only the `connect console ttyX` form can be used | |||
2022-09-27 | login: T4711: Terminate user TTY and PTS sessions | Viacheslav Hletenko | |
Ability to terminate user TTY and PTS sessions clear session pts/1 | |||
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-30 | dns: op-mode: T2488: drop invalid "monitor dns forwarding" command | Christian Poessinger | |
The CLI command was a duplicate of the "show dns forwarding" command and did not follow or re-trigger the commadn to watch it. It produced 1:1 the same output as "show dns forwarding". | |||
2022-08-26 | nat: nat66: T4650: Rewrite op-mode nat translation | Viacheslav Hletenko | |
Rewrite op-moe "show nat|nat66 translation" to vyos.opmode format Ability to get machine-readable format "raw" | |||
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-25 | op-mode: T4645: Show nat source stat missing argument --family | Viacheslav Hletenko | |
As we use in commit 8d4205a9 argument '--family' for the function '_get_raw_data_rules(direction, family)' we must use it and for 'nat.py show_statistics' as it get raw data from the same function | |||
2022-08-24 | Merge pull request #1491 from sever-sever/T4626 | Christian Poessinger | |
nat66: T4626: Rewrite op-mode show nat66 rules | |||
2022-08-24 | op-mode: T4390: migrate "show log vpn" to journalctl | Christian Poessinger | |
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-24 | nat66: T4626: Rewrite op-mode show nat66 rules | Viacheslav Hletenko | |
Rewrite op-mode "show nat66 source|destination rules" to the new format use "show_rules --direction <direction> --family <inet|inet6>" Delete old script show_nat66_rules.py | |||
2022-08-23 | conntrack: T4623: Add conntrack statistics for op-mode | Viacheslav Hletenko | |
2022-08-16 | Merge pull request #1462 from sever-sever/T4596 | Christian Poessinger | |
ocserv: T4596: Rewrite show openconnect sessions op-mode | |||
2022-08-15 | container: T4609: Fix restart container | Viacheslav Hletenko | |
Add 2 dashes for arg "name" | |||
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 | ipsec: T4594: Rewrite op-mode show vpn ipsec sa | Viacheslav Hletenko | |
Rewrite op-mode "show vpn ipsec sa" to new format Use vyos.opmode format Ability to get raw and formatted output | |||
2022-08-02 | containers: T4585: Add option restart to containers.py | Viacheslav Hletenko | |
Add option restart to `containers.py` | |||
2022-08-02 | container: T4585: Rewrite show container | Viacheslav Hletenko | |
Rewrite op-mode: - show container - show container network - show container image to the new vyos.opmode format | |||
2022-08-01 | op-mode: macsec: T4537: add "show|monitor log macsec" CLI commands | Christian Poessinger | |
2022-08-01 | op-mode: macsec: T3368: generate 128/258bit connectivity association keys | Christian Poessinger | |
vyos@vyos:~$ generate macsec mka cak gcm-aes-128 6623f6ad9a0eae2db699b18f48af292b vyos@vyos:~$ generate macsec mka cak gcm-aes-256 0d84ac9d7cb7367c02ab22fc8b5f5f1113a62b765752bcf8d6da52554f04a826 | |||
2022-08-01 | Merge pull request #1446 from sever-sever/T4578 | Christian Poessinger | |
dns-forwarding: T4578: Rewrite show dns forwarding | |||
2022-07-31 | show: T4581: 'show system cpu' fix | goodNETnick | |
2022-07-30 | dns-forwarding: T4578: Rewrite show dns forwarding | Viacheslav Hletenko | |
Rewrite op-mode "show dns forwarding statistics" to new format Use vyos.opmode format | |||
2022-07-30 | op-mode: improve <help> strings | Christian Poessinger | |
2022-07-30 | nat: T4089: Rewrite show nat destination rules | Viacheslav Hletenko | |
Rewrite op-mode "show nat destination rules" to new format use "show_rules --direction destination" Delete old script "show_nat_rules.py" | |||
2022-07-29 | Merge pull request #1438 from sever-sever/T4569 | Christian Poessinger | |
bridge: T4569: Extend bridge.py for op-mode | |||
2022-07-29 | Merge pull request #1441 from sever-sever/T4543 | Christian Poessinger | |
nat: T4543: Fix and rewrite show nat source statistics | |||
2022-07-29 | vrf: T4562: Rewrite show vrf name xxx delete old script | Viacheslav Hletenko | |
Add option "--name" for function "show" to get required VRF name Delete old script "show_vrf.py" | |||
2022-07-28 | nat: T4543: Fix and rewrite show nat source statistics | Viacheslav Hletenko | |
Rewrite "show nat source statistics" Use new format 'vyos.opmode module' Ability to get raw and formatted output | |||
2022-07-26 | bridge: T4569: Extend bridge.py for op-mode | Viacheslav Hletenko | |
Extend bridge.py op-mode script, allow next commands to use own op-mode functions Add: show bridge vlan show bridge brX fdb show bridge brX mdb | |||
2022-07-26 | Merge pull request #1435 from sever-sever/T4569 | Christian Poessinger | |
bridge: T4569: Rewrite show bridge script of vyos.opmode format | |||
2022-07-26 | bridge: T4569: Rewrite show bridge script of vyos.opmode format | Viacheslav Hletenko | |
2022-07-25 | Merge pull request #1433 from sever-sever/T4568 | Christian Poessinger | |
ipsec: T4568: Fix debug IPsec peer op-mode |