Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-25 | ospfv3: T4102: add support for NSSA area-type | Christian Poessinger | |
2021-12-25 | op-mode: ospfv3: T4095: add missing VRF commands | Christian Poessinger | |
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-16 | Add restart ldp command | Devon Mar | |
2021-12-15 | op-mode: T4073: drop "show protocols bfd" in favour of "show bfd" | Christian Poessinger | |
2021-12-15 | op-mode: bfd: T4073: "show protocols bfd peer <ip>" returned invalid session ↵ | Christian Poessinger | |
data Due to the AWK regex pattern data from a different peer was returned as the first match was shown. | |||
2021-12-13 | op-mode: BGP wide option is not availbale for L2VPN/EVPN AFI | Christian Poessinger | |
2021-12-13 | op-mode: xml: refactor "show ip(v6) route" to use #include building blocks | Christian Poessinger | |
This change then adds supper to filter for given route types under a VRF instance. You will have "show ip route bgp" in the global VRF and "show ip route vrf red bgp" in the red VRF. Same commands apply to IPv6 routes. | |||
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-06 | Merge pull request #1077 from sever-sever/T3829 | Christian Poessinger | |
netns: T3829: Ability to configure network namespaces | |||
2021-12-04 | xml: op-mode: add "show bfd" alias node to "show protocols bfd" | Christian Poessinger | |
2021-12-04 | op-mode: disk: T4045: cleanup code to use python f'ormat strings | Christian Poessinger | |
2021-12-04 | T4035: add op mode "show interfaces geneve" commands | Daniil Baturin | |
2021-11-29 | op-mode: T3725: Show configuration in JSON format | Viacheslav | |
2021-11-23 | netns: T3829: Add op-mode for show netns | Viacheslav | |
2021-11-21 | Merge pull request #1072 from andriiandrieiev/current | Christian Poessinger | |
filesystem: T3946: root partition auto resize as a service | |||
2021-11-19 | filesystem: T3946: partition resize as a service | Andrii | |
2021-11-18 | xml: op-mode: improve help for "show ip route vrf" | Christian Poessinger | |
(cherry picked from commit 24d9a9261fca4a37085088761079cce9b5157c34) | |||
2021-11-11 | T3946: Automatically resize the root partition if the drive has extra space | Kim Hagen | |
2021-10-31 | openvpn: T3834: Support for Two Factor Authentication totp | Kim | |
2021-10-29 | L3VPN: T3952: add sh bgp ipv4/ipv6 vpn command | goodNETnick | |
2021-10-25 | op-mode: T3942: Add feature Generate IPSec debug-archive | Viacheslav | |
2021-10-25 | Merge pull request #1040 from dmbaturin/T3937 | Christian Poessinger | |
T3937: rewrite the "show system memory" script in Python | |||
2021-10-24 | T3938: rewrite the uptime script in Python | Daniil Baturin | |
2021-10-24 | T3937: rewrite the "show system memory" script in Python | Daniil Baturin | |
2021-10-19 | op-mode: bgp: "show ip bgp ipv4 unicast" should output all BGP routes | Christian Poessinger | |
2021-10-07 | Merge branch 'current' into 2fa | Kim | |
2021-10-07 | pull request fixes | Kim Hagen | |
2021-10-05 | op-mode: T3889: do not display redundant hostname when reading logs | Christian Poessinger | |
(cherry picked from commit 30cf3bc79e2253a004fcbbf76c9f99c52e7bc216) | |||
2021-10-04 | op-mode: dhcpv(v6): T3890: retrieve both server and client logfiles | Christian Poessinger | |
* rename: "show log dhcp" will become "show log dhcp server" * add: "show log dhcp client" to display logs from ALL DHCP client processes * add: "show log dhcp client interface <name>" to display logs from individual DHCP client processes * add: "show log dhcpv6 server" to display infos about running DHCPv6 server * add: "show log dhcpv6 client" to display logs from ALL DHCPv6 client processes * add: "show log dhcpv6 client interface <name>" to display logs from individual DHCPv6 client processes (cherry picked from commit ffd73958e42c20f69ded64393491966e0c9230c6) | |||
2021-10-04 | op-mode: T3889: migrate to journalctl when reading daemon logs | Christian Poessinger | |
(cherry picked from commit 3b2523b816556aa911459097c2476a2da4542151) | |||
2021-09-25 | op-mode: bgp: "show bgp ipv4|ipv6" should display routing table | Christian Poessinger | |
The <command> node was missed out when adding the XML definitions. | |||
2021-09-19 | dhcpv6: op-mode: xml: error out if DHCPv6 service not configured | Christian Poessinger | |
Restarting DHCPv6 server should not be possible when service is not configured on the CLI. | |||
2021-09-19 | dhcpv6: op-mode: xml: fix duplicate help strings | Christian Poessinger | |
2021-09-19 | dhcp: op-mode: xml: error out if DHCP service not configured | Christian Poessinger | |
2021-09-19 | dhcp: op-mode: xml: fix duplicate help string | Christian Poessinger | |
2021-09-12 | pki: T3642: listing all CRLs show be doen using a leafNode | Christian Poessinger | |
2021-09-12 | pki: T3642: show only requested certificate in op-mode | Christian Poessinger | |
2021-09-12 | pki: T3642: show only requested certificate in op-mode | Christian Poessinger | |
2021-09-12 | pki: T3642: show only requested CA in op-mode | Christian Poessinger | |
2021-09-09 | wireguard: T3642: improve "set" commands for generated key-pairs | Christian Poessinger | |
2021-09-09 | wireguard: T3642: add deprecation notice to old commands for key generation | Christian Poessinger | |
2021-09-07 | op-mode: xml: improve "show interfaces <type>" help text | Christian Poessinger | |
2021-09-06 | wwan: T3620: op-mode: not all commands supported by all modems - add info ↵ | Christian Poessinger | |
message | |||
2021-09-03 | do not use capitals in opmode | Kim Hagen | |
rename t0 to drift add subnemu for 2fa to make it more readable | |||
2021-09-02 | remove secrets file if the tunnel is deleted and fix opmode commands | Kim Hagen | |
2021-09-02 | op-mode: T1376: speed up tab-completion for DHCP pool listing | Christian Poessinger | |
Commit 9f20bee81c ("T1376: improve show_dhcp and show_dhcpv6") added the tab completion helper to list the availbale IP pools to query. This was done by calling a python script which then called cli-shell-api which resulted in a penalty by the Python interpreter startup. This can be solved by directly using the cli-shell-api wrapper available as <path> in op-mode - as also seen for DHCPv6. |