Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2022-07-25 | Merge pull request #1426 from sever-sever/T4545-nat | Christian Poessinger | |
nat: T4545: Rewrite show nat source rules script | |||
2022-07-25 | Merge pull request #1428 from sever-sever/T4552 | Christian Poessinger | |
IPsec: T4552: Fix reset vpn ipsec peer | |||
2022-07-25 | ipsec: T4568: Fix debug IPsec peer | Viacheslav Hletenko | |
Debug Connections for a peer wasn't checked because of typo in var `conns` Replace ':' to '-' for IPv6 peers | |||
2022-07-25 | IPsec: T4552: Fix reset vpn ipsec peer | Viacheslav Hletenko | |
When we use IPv6 peer we need to make a replacement ":" => "-" for correct resetting as it doesn't match get_peer_connections() regex Use new format "vyos.opmode" | |||
2022-07-23 | vrf: T4562: Rewrite show vrf to vyos.opmode format | Viacheslav Hletenko | |
2022-07-22 | op-mode: monitor log help typo | Christian Poessinger | |
2022-07-22 | op-mode: add show|monitor log ssh|snmp commands | Christian Poessinger | |
2022-07-22 | nat: T4545: Rewrite show nat source rules script | Viacheslav Hletenko | |
Rewrite 'show nat source rules' due to a large number of bugs in NAT rules statistics. Use new format 'vyos.opmode module' Ability to get raw_data and formatted_output for the future op-mode rewriting funcitonal Ability to get raw and formatted data | |||
2022-07-22 | conntrack: T4145: Modify conntrack to format command runner | Viacheslav Hletenko | |
Change op-mode "show conntrack table ipvX" script to work with vyos.opmode module Change name "show_conntrack.py" => "conntrack.py" Ability to get IPv6 conntrack information Ability to get raw and formatted data | |||
2022-07-21 | op-mode: T2659: show/monitor log - add ddos-protection logs | Christian Poessinger | |
2022-07-20 | Merge pull request #1351 from dmbaturin/genop | John Estabrook | |
T2719: prototype of an op mode command runner based on type hints and introspection | |||
2022-07-13 | Merge pull request #1411 from srividya0208/T4493 | Christian Poessinger | |
op-mode: T4493: Incorrect completion help of "show bgp neighbors" | |||
2022-07-13 | op-mode: T4493: Incorrect completion help of "show bgp neighbors" | srividya0208 | |
the operational command "show bgp neighbors" is common for ipv4 and ipv6 so "IPv4" keyword in the help description might mislead. | |||
2022-07-09 | conntrack: T4145: Add show conntrack table ipv4 | Viacheslav Hletenko | |
After firewall rewriting, we lost the ability to show conntrack table as it used old code Rewrite and add it to XML/Python | |||
2022-07-07 | T2719: rework 'show hardware cpu *' commands in the new style | Daniil Baturin | |
2022-07-07 | op-mode: T3457: rename "mon log colored" -> "mon log color" | Christian Poessinger | |
2022-07-07 | dns: op-mode: T2488: retrieve log info from journalctl | Christian Poessinger | |
2022-07-06 | webproxy: T4513: Fixed path to webroxy log files | aapostoliuk | |
Fixed path to webproxy log files in webproxy monitor commands | |||
2022-07-05 | T2719: convert the 'show system memory' script to the new style | Daniil Baturin | |
2022-07-05 | T2719: update op mode CLI definition for 'show version' | Daniil Baturin | |
2022-07-05 | op-mode: bgp: T4494: re-use available building blocks for BGP resets | Christian Poessinger | |
2022-07-05 | op-mode: bgp: T4494: add "reset bgp" op-mode tree | Christian Poessinger | |
2022-07-05 | op-mode: bgp: T4494: drop incomplete "reset ipv6 bgp" command | Christian Poessinger | |
2022-07-05 | Merge pull request #1379 from sever-sever/T4494 | Christian Poessinger | |
bgp: T4494: Ability to reset bgp in VRF | |||
2022-07-01 | Revert "op-mode: T4429: Ability to detect external IP address" | Daniil Baturin | |
2022-06-29 | bgp: T4494: Ability to reset bgp in VRF | Viacheslav Hletenko | |
reset ip bgp vrf foo 192.0.2.2 | |||
2022-06-17 | T2719: correct neighbor commands for IPv6 | Daniil Baturin | |
2022-06-16 | op-mode: T1375: Allow to clear dhcp-server lease | Viacheslav Hletenko | |
Allow to reset dhcp-leases per ip Parse file '/config/dhcpd.leases' find match section 'lease x.x.x.x {}' And remove this section clear dhcp-server lease 192.0.2.21 | |||
2022-06-15 | T2719: add reset command to the neighbor script | Daniil Baturin | |
2022-06-15 | T2719: correct script calls in 'show arp' | Daniil Baturin | |
2022-06-14 | T2719: fix commands in the op mode definitions | Daniil Baturin | |
2022-06-11 | firewall: T4299: Add support for GeoIP filtering | sarthurdev | |
2022-06-10 | Merge pull request #1326 from sever-sever/T4429 | Christian Poessinger | |
op-mode: T4429: Ability to detect external IP address | |||
2022-06-09 | T2719: prototype of an op mode command runner | Daniil Baturin | |
based on type hints and introspection | |||
2022-06-02 | T4446: use a unified neighbor display script | Daniil Baturin | |