Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-05-08 | container: op-mode: T3852: use XML inline podman commands | Christian Poessinger | |
Reduce bloat of containers_op.py wrapper script. All commands can be passed directly to podman via the XML script. This also makes the execution faster, as no Python environment needs to be build up. | |||
2022-05-06 | openvpn: T4381: Add tunnel ip column for status command | srividya0208 | |
Added the tunnel ip column to see the assigned ip address in server mode | |||
2022-05-05 | op-mode: T4416: Rewrite 'traceroute' op-command and expand available options ↵ | 3roin | |
using python | |||
2022-05-01 | ipsec: T4353: fix Jinja2 linting errors | Christian Poessinger | |
2022-05-01 | conntrackd: T4353: fix Jinja2 linting errors | Christian Poessinger | |
2022-04-29 | T2216: containers need to be added via "add container image" in advance ↵ | Christian Poessinger | |
before using them | |||
2022-04-26 | Merge pull request #1294 from goodNETnick/ocserv_otp_keygen | Christian Poessinger | |
ocserv: T4380: 2FA OTP key generator in VyOS CLI | |||
2022-04-26 | Merge pull request #1301 from sever-sever/T4236 | Christian Poessinger | |
op-mode: T4236: Split to new lines openvpn client certs | |||
2022-04-26 | op-mode: T4236: Split to new lines openvpn client certs | Viacheslav Hletenko | |
The command "generate openvpn client-config" generates client.ovpn file and CA and client certificate are displayed in one line To fix it Add 'fill' that set new line after every x characters | |||
2022-04-25 | op-mode: T4395: Extend show vpn debug | Viacheslav Hletenko | |
Get more VPN IPSec information with swanctl and iproute2 commands | |||
2022-04-21 | ocserv: T4380: 2FA OTP key generator in VyOS CLI | goodNETnick | |
2022-04-16 | vyos.base: use Warning() helper for op-mode commands | Christian Poessinger | |
2022-03-22 | T4313: handle exceptions in the "generate public-key-command" script | Daniil Baturin | |
2022-03-04 | op-mode: lldp: T3999: bugfix cap' referenced before assignment | Christian Poessinger | |
2022-02-21 | Merge pull request #1233 from dmbaturin/structured-op-mode | John Estabrook | |
T2719: initial batch of standardized structure op mode scripts | |||
2022-02-21 | T2719: initial batch of standardized structure op mode scripts | Daniil Baturin | |
2022-02-20 | T4115:Reboot:Options "in" and "at" are not working | srividya0208 | |
When reboot is executed with "in" option it only accepts minutes till 99 value and does not accept greater values and "at" is also working same like in option where as it should work with exact timings. | |||
2022-02-10 | openvpn: T4236: Add generator for ovpn configurations in op-mode | Viacheslav Hletenko | |
This generator generates client .ovpn files with required initial configuration It gets information from interface vtun, pki ca and certificates | |||
2022-02-10 | Merge pull request #1133 from zdc/T1925-sagitta | Daniil Baturin | |
ipsec: T1925: Fixed `show vpn ipsec sa` output | |||
2022-01-29 | firewall: T4218: Adds a prefix to all user defined chains | sarthurdev | |
2022-01-22 | bandwidth-test: T4153: Fixed bandwidth-test initiate, which was not working ↵ | Nicolas Fort | |
with ipv4 | |||
2022-01-18 | firewall: T3560: Add support for MAC address groups | sarthurdev | |
2022-01-14 | Merge pull request #1164 from sever-sever/T4179 | Christian Poessinger | |
op-mode: T4179: Add op-mode CLI show virtual-server | |||
2022-01-13 | op-mode: T4179: Add op-mode CLI show virtual-server | Viacheslav | |
2022-01-13 | vrrp: T4182: Check if VRRP configured in op mode | Viacheslav | |
There is a situation when service keepalived is active but there a no any "vrrp" configuration. In that case "show vrrp" hangs up because it expect data from keepalived daemon which can't get Check if "vrrp" exists in configuration and only then check if pid is active | |||
2022-01-11 | policy: T2199: Update op-mode syntax to `route6` | sarthurdev | |
2022-01-11 | ipsec: T1925: Fixed `show vpn ipsec sa` output | zsdc | |
After the a1aaf4fb9c0e4111670ef3dd491796fa35a2311f commit, only single (latest) CHILD_SA for each connection can be displayed in the `show vpn ipsec sa` output. This commit backs the proper behavior for the command and adds a little optimization to the formatter to make it easier. | |||
2022-01-11 | policy: T2199: Refactor policy route script for better error handling | sarthurdev | |
* Migrates all policy route references from `ipv6-route` to `route6` * Update test config `dialup-router-medium-vpn` to test migration of `ipv6-route` to `route6` | |||
2022-01-11 | firewall: op-mode: T4131: Display `show firewall group` reference and member ↵ | sarthurdev | |
items sorted and one per line | |||
2021-12-31 | Merge branch 'firewall' of https://github.com/sarthurdev/vyos-1x into current | Christian Poessinger | |
* 'firewall' of https://github.com/sarthurdev/vyos-1x: zone_policy: T3873: Implement intra-zone-filtering policy: T2199: Migrate policy route op-mode to XML/Python policy: T2199: Migrate policy route to XML/Python zone-policy: T2199: Migrate zone-policy op-mode to XML/Python zone-policy: T2199: Migrate zone-policy to XML/Python firewall: T2199: Migrate firewall op-mode to XML/Python firewall: T2199: Migrate firewall to XML/Python | |||
2021-12-23 | conntrack-sync: T3854: Add missed statistics for op-mode | Viacheslav | |
After rewriting conntrack-sync to XML/python part of op-mode parameters was missed Add "status" and "statistics" for conntrack-sync | |||
2021-12-21 | nat: T3435: Fix for op-mode concatenate str | Viacheslav | |
Can only concatenate str (not "int") to str | |||
2021-12-16 | Add restart ldp command | Devon Mar | |
2021-12-06 | policy: T2199: Migrate policy route op-mode to XML/Python | sarthurdev | |
2021-12-06 | zone-policy: T2199: Migrate zone-policy op-mode to XML/Python | sarthurdev | |
2021-12-06 | firewall: T2199: Migrate firewall op-mode to XML/Python | sarthurdev | |
2021-12-04 | pppoe: T3403: Add missing space to the header | Eshenko Dmitriy | |
2021-12-04 | op-mode: disk: T4045: bugfix "format disk <new> like <old>" | Christian Poessinger | |
2021-12-04 | op-mode: disk: T4045: cleanup code to use python f'ormat strings | Christian Poessinger | |
2021-11-29 | op-mode: T3725: Show configuration in JSON format | Viacheslav | |
2021-11-28 | op-mode: lldp: T3999: bugfix KeyError: 'capability' | Christian Poessinger | |
2021-11-25 | Merge pull request #1084 from andriiandrieiev/current | Daniil Baturin | |
filesystem: T3946: GPT table fix after drive resize on Azure | |||
2021-11-25 | filesystem: T3946: GPT table fix after disk resize | Andrii | |
2021-11-21 | Merge pull request #1072 from andriiandrieiev/current | Christian Poessinger | |
filesystem: T3946: root partition auto resize as a service | |||
2021-11-19 | http-api: T4003: fix output when no tty attached to stdout, e.g., api | John Estabrook | |
2021-11-19 | filesystem: T3946: partition resize as a service | Andrii | |
2021-11-18 | wwan: T3795: make connect and disconnect op-mode commands aware to WWAN ↵ | Christian Poessinger | |
interfaces (cherry picked from commit a032d73f1d405f3bae269791e9064026faa491d9) | |||
2021-11-11 | Merge pull request #1066 from sarthurdev/pki_install | Christian Poessinger | |
pki: T3970: Allow op-mode PKI commands in a config session to install directly | |||
2021-11-11 | T3946: Automatically resize the root partition if the drive has extra space | Kim Hagen | |
2021-11-09 | pki: T3970: Allow op-mode PKI commands in a config session to install directly | sarthurdev | |