Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2023-04-12 | xml: op-mode: T5081: re-use vtysh-generic-detail building block | Christian Breunig | |
2023-04-12 | Merge pull request #1904 from Cheeze-It/current | Christian Breunig | |
T5081: ISIS and OSPF syncronization with IGP-LDP sync | |||
2023-04-11 | T5081: ISIS and OSPF syncronization with IGP-LDP sync | Cheeze_It | |
2023-04-10 | T5078: Added filtered-routes BGP command | Tobias Fiebig | |
2023-04-07 | T5137: refactoring the tech-support command | mkorobeinikov | |
Refactoring the tech-support command from .sh to .py | |||
2023-04-04 | T5081: ISIS and OSPF syncronization with IGP-LDP sync | Cheeze_It | |
2023-04-04 | T5142: Add audit tool to monitor security-relevant events | Viacheslav Hletenko | |
2023-04-01 | isis: op-mode: T5132: bugfix VRF commands for route and neighbor | Christian Breunig | |
show isis vrf <name> neighbor|route did not call the vtysh wrapper but instead always called the commands for the default routing table. | |||
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 | T5131: fix op-mode show isis segment-routing prefix-sids | fett0 | |
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-30 | T5123: op-mode: Support to show detailed ospf route table | Zhiyuan Wan | |
Refer to <vyos-build> repository, commit <2d71f974bf415e7df617afdf872204d6a596e74e> | |||
2023-03-28 | interfaces: T4885: add op-mode-defs for clear interfaces counters | 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 | opmode: T4837: support ip route display for specific prefixes inside VRF | Christian Breunig | |
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-03-10 | xml: bgp: T5070: split out CLI definitions to include files which can be reused | Christian Breunig | |
2023-03-10 | Merge pull request #1880 from ichdasich/add_bgp_nexthop_to_vrf | Christian Breunig | |
T5070: Added show bgp martian/show bgp nexthop to bgp in vrf | |||
2023-03-09 | xml: T4952: improve interface completion helper CLI experience | Christian Breunig | |
2023-03-09 | T5070: Added show bgp martian/show bgp nexthop to bgp in vrf | Tobias Fiebig | |
2023-03-05 | op-mode: T5051: use typing.Literal in op-mode scripts | John Estabrook | |
2023-02-28 | Merge pull request #1800 from vfreex/feature-babel | Christian Breunig | |
T4977: Add Babel routing protocol support | |||
2023-02-27 | op-mode: T4952: use list_interfaces from vyos-utils | John Estabrook | |
2023-02-24 | ipsec: T4985: Changed 'reset vpn ipsec-peer' to use vici library | aapostoliuk | |
1. Changed reset IPSEC, IKE SAs to use vici library. 2. Created package vyos.ipsec to communicate with vici library. | |||
2023-02-14 | strongSwan: T4593: move to charon-systemd | Christian Breunig | |
2023-02-14 | ipsec: T4985: Fixed 'reset vpn ipsec-peer {peer}' command | aapostoliuk | |
Fixed 'reset vpn ipsec-peer {peer}' command. The op-mode script uses value 'None' in the 'tunnel' parameter to clear all CHILD SAs. | |||
2023-02-08 | T4977: Add Babel routing protocol support | Yuxiang Zhu | |
This PR adds basic Babel routing protocol support using the implementation in FRR. Signed-off-by: Yuxiang Zhu <vfreex@gmail.com> |