Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-28 | ddns: T3151: update scripts to work with Bullseye upstream version | Christian Poessinger | |
2020-12-28 | ddns: T757: add missing dependency | Christian Poessinger | |
2020-12-28 | smoketest: webproxy: improve local ok/block lists test | Christian Poessinger | |
2020-12-28 | xml: completion-help: add helper for all local assigned IP addresses | Christian Poessinger | |
This replaces the Python script by a bash variant which is much faster as the Python interpreter does not need to be launched on invocation. | |||
2020-12-28 | isis: T3156: fix XML indention | Christian Poessinger | |
2020-12-27 | Merge pull request #658 from jack9603301/T3150 | Christian Poessinger | |
mirror: T3150: When configuring QoS, the setting procedure of port mirroring is wrong | |||
2020-12-27 | Merge pull request #659 from Cheeze-It/current | Christian Poessinger | |
ISIS: T3156: Adding initial op commands for ISIS | |||
2020-12-27 | ISIS: T3156: Adding initial op commands for ISIS | Cheeze_It | |
We are adding the initial ISIS operational commands here. They should be fairly straightforward in regards to the context help. | |||
2020-12-27 | xml: fix valueHelp format strings | Christian Poessinger | |
A pre-defined list of common format strings to be used inside the <format> node of <valueHelp> is available from [1]. Adjust all currently in use <format> nodes to re-use the predefined strings over writing them on their own by even encapsulating the <> signs as < and >. [1]: https://github.com/vyos/vyatta-cfg/blob/5aec1a0429f2f/etc/bash_completion.d/vyatta-cfg#L515-L566 | |||
2020-12-27 | ntp: T623: add missing constraints for server tagNode | Christian Poessinger | |
2020-12-26 | mirror: T3150: When configuring QOS, the setting procedure of port mirroring ↵ | jack9603301 | |
is wrong In e8957b5, we used json to parse the `tc qdisc` filter to determine whether it needs to be deleted (reduction of exception mechanism), but now we find that the json output by this command will output unparsed json in some cases, so We have to go back to the processing of the exception mechanism | |||
2020-12-25 | nat: T3092: add u32 qualifier in front of rule id | Christian Poessinger | |
2020-12-23 | xdp: op-mode: T2666: support per interface statistics | Christian Poessinger | |
2020-12-23 | Merge branch 'xdp' of github.com:c-po/vyos-1x into current | Christian Poessinger | |
* 'xdp' of github.com:c-po/vyos-1x: bond: T2666: enable XDP support xml: include: accel: convert dos/unix line endings xdp: T2666: move CLI node to "interfaces ethernet <eth> xdp" xdp: T2666: require at least 2 TX queues | |||
2020-12-23 | bond: T2666: enable XDP support | Christian Poessinger | |
2020-12-23 | xml: include: accel: convert dos/unix line endings | Christian Poessinger | |
2020-12-23 | xdp: T2666: move CLI node to "interfaces ethernet <eth> xdp" | Christian Poessinger | |
2020-12-23 | xdp: T2666: require at least 2 TX queues | Christian Poessinger | |
2020-12-22 | Merge pull request #657 from Cheeze-It/current | Christian Poessinger | |
mpls: T915: Add ordered control for LDP | |||
2020-12-22 | mpls: T915: Add ordered control for LDP | Cheeze_It | |
In here we are adding the latest FRR update to allow for LDP label distribution to operate in ordered control mode. | |||
2020-12-22 | wireguard: T2206: improve help strings | Christian Poessinger | |
2020-12-22 | Merge pull request #656 from sever-sever/T2859 | Daniil Baturin | |
op-mode: T2859: Fix show nat source translations | |||
2020-12-22 | op-mode: T2859: Fix show nat source translations | sever-sever | |
2020-12-22 | Merge pull request #655 from DmitriyEshenko/1x-openvpn21122020f2 | Christian Poessinger | |
openvpn: T3143: Push routes in correct format <IP> <NETMASK> | |||
2020-12-21 | openvpn: T3143: Push routes in correct format <IP> <NETMASK> | DmitriyEshenko | |
2020-12-21 | Merge pull request #654 from DmitriyEshenko/fix-openvpn-21122020 | Christian Poessinger | |
openvpn: T3142: Change the path to tunnel status file | |||
2020-12-21 | smoketest: wifi: add testcase for bridging an AP interface | Christian Poessinger | |
2020-12-21 | xdp: T2666: remove wrongly added binarys | Christian Poessinger | |
2020-12-21 | smoketest: mirror: drop testcase | Christian Poessinger | |
The mirror smoketest does more harm then good. It creates interfaces which are not cleaned up afterwards resulting and strange behavior on live systems. The entrie interface mirror smoketest must be redone. | |||
2020-12-21 | openvpn: T3142: Change the path to tunnel status file | DmitriyEshenko | |
2020-12-21 | Merge pull request #653 from jpbede/fix/flow-accounting-template | Christian Poessinger | |
flow-accounting: T3141: remove legacy jinja2 template | |||
2020-12-21 | flow-accounting: T3141: remove legacy jinja2 template | Jan-Philipp Benecke | |
2020-12-21 | Merge pull request #652 from jpbede/fix/flow-accounting-template | Daniil Baturin | |
flow-accounting: T3141: Fixing wrongly formatted config | |||
2020-12-20 | flow-accounting: T3141: Fixing wrongly formated config | Jan-Philipp Benecke | |
2020-12-20 | smoketest: wireless: test default values for channel and phy | Christian Poessinger | |
2020-12-20 | ethernet: T3140: remove debug code | Christian Poessinger | |
2020-12-20 | Revert "dhcpv6: T3134: add missing duid support" | Christian Poessinger | |
This reverts commit 9541355433e202fade4692851bffa33ba9d48f44. | |||
2020-12-20 | smoktest: interface: disable base mirror test | Christian Poessinger | |
One should not use hardcoded interfaces in this base class, rather rely on self._options like every other test. This implementation breaks on my development system ans also deletes my OSPF dummy mgmt interface :(. | |||
2020-12-20 | ethernet: T3140: relax "ethernet offload-options" CLI definition | Christian Poessinger | |
Migrate from ethernet eth1 { offload-options { generic-receive on generic-segmentation on scatter-gather on tcp-segmentation on udp-fragmentation on } } to ethernet eth1 { offload { ufo tso sg gso gro } } | |||
2020-12-20 | wifi: T517: physical-interface and channel now default to phy0 and 0 | Christian Poessinger | |
This change makes it easier for first time users as they do not need to configure that much options. Less hazzle, better user experience. | |||
2020-12-20 | wifi: T3043: country-code should be lower case | Christian Poessinger | |
2020-12-20 | wifi: T2875: support bridging of wireless AP interface | Christian Poessinger | |
2020-12-20 | smoketest: dhcpv6-client: add generic tests | Christian Poessinger | |
2020-12-20 | smoketest: pseudo-ethernet: enable IPv6 tests | Christian Poessinger | |
2020-12-20 | Merge branch 'duid' into current | Christian Poessinger | |
* duid: dhcpv6: T3134: add missing duid support | |||
2020-12-20 | dhcpv6: T3134: add missing duid support | Christian Poessinger | |
2020-12-20 | Merge pull request #647 from jpbede/feature/flowacc-enable-egress | Christian Poessinger | |
flow-accounting: T3132: enable egress traffic accounting | |||
2020-12-19 | xdp: T2666: use proper xdp_prog_user.c code | Christian Poessinger | |
2020-12-19 | xdp: T2666: switch to example code provided by xdp-tutorial | Christian Poessinger | |
2020-12-19 | Merge pull request #649 from Cheeze-It/current | Christian Poessinger | |
mpls: T915: Add a bunch of op commands to LDP |