Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-13 | T5355:IPSec:op cmd:"sh vpn ike status" not working | srividya0208 | |
2023-07-12 | T5195: move boot_* helpers to vyos.utils.boot | Christian Breunig | |
2023-07-11 | pki: T5275: Add op-mode output options for PEM format | sarthurdev | |
2023-07-02 | T5332: Fix show policy route without attahed interface | Viacheslav Hletenko | |
Interface may not be present in the op-mode dictionary, it cause KeyError: 'interface' for policy route | |||
2023-06-28 | T5320: check if unsaved commits are due to boot config error | John Estabrook | |
2023-06-21 | op-mode: containers: T4585: fix grammar in user message | Christian Breunig | |
2023-06-12 | T5286: drop XDP support for ethernet and bonding interfaces | Christian Breunig | |
... this is a step towards a new and better implementation that will utilize VPP. | |||
2023-06-10 | Merge pull request #2015 from sever-sever/T5231 | Christian Breunig | |
T5231: Add op-mode for show reverse-proxy | |||
2023-06-07 | Merge pull request #2029 from indrajitr/ddclient-improvement-round-3 | Christian Breunig | |
dns: T5144: Refactor smoke tests for dynamic dns operation | |||
2023-06-06 | dns: T5144: Update copyright year | Indrajit Raychaudhuri | |
2023-06-06 | op-mode: T5262: use module function instead of method | John Estabrook | |
2023-06-06 | op mode: T5262: add a warning message about unsaved config changes | Daniil Baturin | |
on reboot and shutdown attempts | |||
2023-06-04 | dns: T5144: Relocate ddclient op-mode config files for consistency with ↵ | Indrajit Raychaudhuri | |
config path | |||
2023-05-28 | ipsec: T5042: fix remote-access "Tunnel IP" column | Christian Breunig | |
Connection ID Username Protocol State Uptime Tunnel IP --------------- ---------- ---------- ------- -------- ----------------- 27 cpo IKEv2 UP 11s ['172.16.222.17'] "Tunnel IP" should be a string over list. | |||
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-05-11 | Merge pull request #1956 from mkorobeinikov/current | Christian Breunig | |
T5158: Refactoring the commad sh interfaces counters | |||
2023-05-11 | T5158: Refactoring the commad '$ sh interfaces counters' | mkorobeinikov | |
For more detailed information it's necessary to add information about drops and error counters. | |||
2023-05-04 | wwan: op-mode: T5196: inform user about unconfigured interface | Christian Breunig | |
2023-05-04 | T4771: further improvements to the BGP op mode script | Daniil Baturin | |
2023-04-27 | Merge pull request #1721 from dmbaturin/T4888-conntrack-sync-op-mode | John Estabrook | |
conntrack-sync: T4888: rewrite the op mode script in the new format | |||
2023-04-22 | Merge pull request #1962 from indrajitr/ddclient-opmode-2 | Daniil Baturin | |
dns: T5144: Make dns dynamic status output legacy format compatible | |||
2023-04-21 | Merge pull request #1957 from aapostoliuk/T5042-sagitta | Christian Breunig | |
ipsec: T5042: Rewritten 'show vpn ipsec remote-access' command | |||
2023-04-20 | Merge pull request #1963 from sarthurdev/pki_fix | Christian Breunig | |
pki: T3642: Fix show command if no CA certs are present | |||
2023-04-19 | Merge pull request #1958 from srividya0208/T5159 | Daniil Baturin | |
op-mode: T5159: dhcpv6 incorrect warning message | |||
2023-04-19 | op-mode: T5159: dhcpv6 incorrect warning message | srividya0208 | |
The operational command "show dhcpv6 server leases" shows a warning message e ven if dhcpv6 setting are configured and ipv6 address got assigned to clients. | |||
2023-04-18 | pki: T3642: Fix show command if no CA certs are present | sarthurdev | |
2023-04-17 | dns: T5144: Make dns dynamic status output legacy format compatible | Indrajit Raychaudhuri | |
Adjust the output of dynamic dns status to be compatible with both legacy and new ddclient cache format. This is necessary because the legacy format is still used by some of the dyndns2 family of protocols. This is a follow-up to commit 3f3621b6874354. | |||
2023-04-17 | T5137: Refactoring show tech-support report | Viacheslav Hletenko | |
Split script to small functions for flexible output reports. Improve header for commands. Each funciton easily can be modified or extended. Remove splitting command/output via percent symbol. Remove old commands and directiories like /etc/rc.local, iptables, brctl, etc. Remove ethtool operation for subinterfaces. Extend ethtool debug output. Add correct nftables command. | |||
2023-04-14 | ipsec: T5042: Rewritten 'show vpn ipsec remote-access' command | aapostoliuk | |
Now 'show vpn ipsec remote-access' shows only IKEv2 Remote access VPN IPSec connections. Added option 'summary' that shows a summary table for these connections. Added option 'detail' that shows only RA SAs output of 'swanctl -l' Added options 'username' and 'connection-id' that filters output. Fixed output 'show vpn ipsec sa detail', the previous was 'show vpn ipsec sa verbose'. | |||
2023-04-13 | Merge pull request #1930 from mkorobeinikov/current | Christian Breunig | |
T5137: refactoring the tech-support command | |||
2023-04-10 | Merge pull request #1936 from indrajitr/ddclient-opmode | Christian Breunig | |
dns: T5144: Improve dns dynamic status output | |||
2023-04-10 | Merge pull request #1942 from sever-sever/T4770 | Daniil Baturin | |
T4770: Ability to get OpenVPN iface state and description for raw | |||
2023-04-10 | T4770: Ability to get OpenVPN iface state and description for raw | Viacheslav Hletenko | |
2023-04-07 | openvpn: T5149: do not raise error in case of disabled interface | John Estabrook | |
2023-04-07 | T5137: refactoring the tech-support command | mkorobeinikov | |
Refactoring the tech-support command from .sh to .py | |||
2023-04-03 | dns: T5144: Improve dns dynamic status output | Indrajit Raychaudhuri | |
Improve and fix the output of dynamic dns status to be compatible with new ddclient cache format. Additional details: - The status output is now formatted as a table with per-host dual-stack information in rows. Columns not having actual value present in the output will be kept empty. - The 'Last update' column is now formatted in Local time format instead of UTC. | |||
2023-04-03 | T5125: Sflow op-mode add event_samples_suppressed option | Viacheslav Hletenko | |
Add "Packet drops suppressed" option Rename "Samples drop events sent" to "Packet drops sent" | |||
2023-04-01 | T5125: Extend op-mode show sflow add new metric | Viacheslav Hletenko | |
Add new metric, the number of packet-drop-events sent | |||
2023-04-01 | Merge pull request #1926 from aapostoliuk/T5093-sagitta | Christian Breunig | |
ipsec: T5093: Fixed 'reset vpn ipsec profile' command | |||
2023-03-31 | T5125: Add op-mode for sFlow based on hsflowd | Viacheslav Hletenko | |
Add op-mode for sFlow based on hsflowd "show sflow" Add machine readable format '--raw' and formatted output | |||
2023-03-30 | interfaces: T5130: remove obsoleted show_interfaces.py | John Estabrook | |
2023-03-30 | ipsec: T5093: Fixed 'reset vpn ipsec profile' command | aapostoliuk | |
Fixed 'reset vpn ipsec profile' command using vici library and new op-mode style. Added ability to use 'reset vpn ipsec profile' command with 'remote-host' option. | |||
2023-03-28 | interfaces: T4885: add clear/reset_counters to op-mode script | John Estabrook | |
2023-03-27 | openvpn: T5051: fix hyphen/underscore error in use of typing.Literal | John Estabrook | |
2023-03-23 | op-mode: T5097: show interfaces should reflect cleared counters | John Estabrook | |
'show interfaces counters' correctly displays counter stats after a call to 'clear interfaces counters', however, 'show interfaces detail' does not. Add missing update to counter stats. | |||
2023-03-23 | T5108: Add option rate-limit for l2tp pptp sstp ipoe raw format | Viacheslav Hletenko | |
There is a missing usefull option 'rate-limit' for L2TP/PPTP/SSTP/IPoE raw output format | |||
2023-03-23 | op-mode: T5107: raise error instead of calling exit | John Estabrook | |
2023-03-21 | Merge pull request #1894 from aapostoliuk/T5043-sagitta | Christian Breunig | |
ipsec: T5043: Rewritten and fixed 'reset vpn' commands | |||
2023-03-16 | openvpn: T5095: raw output should return list instead of dict | John Estabrook | |
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. |