Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-17 | console-server: T2490: add op-mode commands to display log | Christian Breunig | |
2023-08-11 | T5160: firewall refactor: change firewall ip to firewall ipv4 | Nicolas Fort | |
2023-08-11 | T5160: firewall refactor. Update op-mode commands to new syntax. | Nicolas Fort | |
2023-08-09 | pki: T5273: add a certificate fingerprint command | Daniil Baturin | |
2023-08-07 | rpki: T2044: add "reset rpki" op-mode command | Christian Breunig | |
2023-08-04 | op-mode: T1375: fix upper case on command help string | Christian Breunig | |
2023-08-04 | op-mode: T2546: add "clear dns dynamic cache" command | Christian Breunig | |
Remove ddclient cache file. This can be used if ddclient complains that one tries to update the same IP address over and over again. | |||
2023-08-01 | op-mode: T3700: extend completion helper to not list VLAN subinterfaces | Christian Breunig | |
This completes commit 0f25f97c9 (op-mode: T3700: add "show evpn access-vlan" commands) with the latest addition in vyos-utils [1] package to only list parent interfaces when offering completion help. [1]: https://github.com/vyos/vyos-utils/commit/675ea7481aeef90 | |||
2023-07-31 | T3700: add "show bridge vlan tunnel" | Christian Breunig | |
2023-07-31 | op-mode: T3700: add "show evpn access-vlan" commands | Christian Breunig | |
2023-07-31 | op-mode: T3700: provide generic frr-detail XML building block | Christian Breunig | |
2023-07-31 | T5406: webproxy op-mode command: add vrf support for blacklist update command | Nicolas Fort | |
2023-07-30 | T3355: migrate webproxy log to proper "monitor log" tree | Christian Breunig | |
2023-07-30 | Merge pull request #2120 from c-po/t3355-show-dhcp-client | Christian Breunig | |
T3355: migrate "show dhcp client lease" to new op-mode style | |||
2023-07-29 | T5411: remove old background monitor implementation for webproxy | Christian Breunig | |
2023-07-29 | T5411: remove old background monitor implementation | Christian Breunig | |
2023-07-29 | T3355: migrate "show dhcp client lease" to new op-mode style | Christian Breunig | |
vyos@vyos# ${vyos_op_scripts_dir}/dhcp.py show_client_leases --family inet --interface eth0.10 Interface eth0.10 IP address 172.16.33.123 [Active] Subnet Mask 255.255.255.0 Domain Name vyos.net Router 172.16.33.254 Name Server 172.16.254.30 DHCP Server 172.16.33.254 DHCP Server 86400 Last Update Sat Jul 29 21:13:32 CEST 2023 Expiry Sun Jul 30 21:13:31 CEST 2023 vyos@vyos# ${vyos_op_scripts_dir}/dhcp.py show_client_leases --family inet --interface eth0.10 --raw [ { "last_update": "Sat Jul 29 21:13:32 CEST 2023", "reason": "BOUND", "interface": "eth0.10", "new_expiry": "1690744411", "new_dhcp_lease_time": "86400", "medium": "", "alias_ip_address": "", "new_ip_address": "172.16.33.123", "new_broadcast_address": "172.16.33.255", "new_subnet_mask": "255.255.255.0", "new_domain_name": "vyos.net", "new_network_number": "172.16.33.0", "new_domain_name_servers": "172.16.254.30", "new_routers": "172.16.33.254", "new_static_routes": "", "new_dhcp_server_identifier": "172.16.33.254", "new_dhcp_message_type": "5", "old_ip_address": "", "old_subnet_mask": "", "old_domain_name": "", "old_domain_name_servers": "", "old_routers": "", "old_static_routes": "" } ] | |||
2023-07-27 | T5411: add additional monitor log targets | Christian Breunig | |
2023-07-22 | Merge pull request #1511 from jack9603301/T4659 | Christian Breunig | |
T4659: op-mode: Display bridge interface details | |||
2023-07-21 | ospf: T5377: add op-mode commands to display GR status | Christian Breunig | |
2023-07-21 | T4659: op-mode: Display bridge interface detail | jack9603301 | |
2023-07-18 | T5361:op_cmd monitor log vrrp: doesn't show last lines | srividya0208 | |
2023-07-11 | pki: T5275: Add op-mode output options for PEM format | sarthurdev | |
2023-07-08 | op-mode: T2546: xml: cleanup help strings | Christian Breunig | |
2023-07-08 | op-mode: T2546: add "monitor vrrp" and "monitor webproxy" commands | Christian Breunig | |
2023-07-08 | op-mode: T2546: improve help strings for "monitor" command tree | 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-06-28 | T5320: warn on entering config mode if boot config errors present | John Estabrook | |
2023-06-21 | op-mode: remove colour optput from journalctl | 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-09 | dns: T5144: Adjust DNS related CLI help messages for consistency | Indrajit Raychaudhuri | |
This should make the help messages more consistent for DNS related CLI subtree. | |||
2023-06-09 | dns: T5144: Support dynamic dns monitor and log via journalctl | Indrajit Raychaudhuri | |
Add support for monitoring dynamic dns updates via journalctl. Additionally, switch to using journalctl to show dynamic dns updates. Also add/adjust the CLI help messages for consistency. | |||
2023-06-04 | dns: T5144: Relocate ddclient op-mode config files for consistency with ↵ | Indrajit Raychaudhuri | |
config path | |||
2023-05-29 | T5234: add op-mode command "force netns" to change shell into any given ↵ | Christian Breunig | |
namespace | |||
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-21 | T5234: add op-mode command "force vrf" to change shell into any given VRF | Christian Breunig | |
2023-05-18 | wwan: op-mode: T5196: fix interface type when calling python backend | Christian Breunig | |
2023-05-04 | wwan: op-mode: T5196: inform user about unconfigured interface | Christian Breunig | |
2023-05-04 | opmode: T5191: replace underscores with hyphens in generated options | Daniil Baturin | |
2023-04-29 | static: T5161: add BFD monitoring for static routes | fett0 | |
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-21 | Merge pull request #1957 from aapostoliuk/T5042-sagitta | Christian Breunig | |
ipsec: T5042: Rewritten 'show vpn ipsec remote-access' command | |||
2023-04-21 | Merge branch 'current' into current | Daniil Baturin | |
2023-04-17 | op-mode: bgp: T1315: add VNI related commands | Christian Breunig | |
This extends commit 3fa1092930c (op-mode: bgp: support VRF related "show bgp vrf" commands). vyos@vyos:~$ show bgp vni Possible completions: 1-16777215 VXLAN network identifier (VNI) number all vyos@vyos:~$ show bgp vni 1 type Possible completions: 1 EAD (Type-1) route 2 MAC-IP (Type-2) route 3 Multicast (Type-3) route ead EAD (Type-1) route macip MAC-IP (Type-2) route multicast Multicast (Type-3) route vyos@vyos:~$ show bgp vni 1 vtep Possible completions: <x.x.x.x> Remote VTEP IP address | |||
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 | xml: T5137: fix empty node.def files | Christian Breunig | |
2023-04-13 | Merge pull request #1930 from mkorobeinikov/current | Christian Breunig | |
T5137: refactoring the tech-support command | |||
2023-04-12 | xml: op-mode: T5081: introduce new FRR tagNode interface building block | Christian Breunig | |