Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-29 | Merge pull request #661 from DmitriyEshenko/1x-pppoe-29122020 | Christian Poessinger | |
pppoe-server: T3160: Move called-sid param to required section | |||
2020-12-29 | smoketest: interfaces: adjust to internal API changes | Christian Poessinger | |
Commit 29e32d39 ("smoketest: T1466: add eapol tests") renamed interface methods of class BasicInterfaceTest, those change was not reflected in every derived class. | |||
2020-12-29 | smoketest: run all tests with verbosity=2 | Christian Poessinger | |
2020-12-29 | smoketest: T1466: add eapol tests | Christian Poessinger | |
2020-12-29 | pppoe-server: T3160: Move called-sid param to required section | DmitriyEshenko | |
2020-12-29 | bgp: T3158: op-mode: move show ipv6 bgp to new XML format | Jan-Philipp Benecke | |
2020-12-29 | ethernet: T1466: add EAPoL support | Christian Poessinger | |
2020-12-29 | xml: use new valueHelp format identifier "filename" | Christian Poessinger | |
2020-12-29 | xml: T1466: provide common includes for SSL certificate CLI nodes | Christian Poessinger | |
Gather all SSL certificate, ca and key nodes into a single representation of XML which can be #included into the XML definitions of the CLI interface to be rendered. | |||
2020-12-28 | webproxy: T563: use new bash blacklist updater | Christian Poessinger | |
2020-12-28 | Merge pull request #643 from c-po/t563-webproxy | Christian Poessinger | |
webproxy: T563: migrate from old Perl code to XML and get_config_dict() | |||
2020-12-28 | webproxy: T563: squidguard: support default ruleset | Christian Poessinger | |
2020-12-28 | webproxy: T563: op-mode: initial command support | Christian Poessinger | |
2020-12-28 | webproxy: T563: add squidguard body | Christian Poessinger | |
2020-12-28 | webproxy: T563: improve handling of cache-peers | Christian Poessinger | |
2020-12-28 | webproxy: T563: migrate from old Perl code to XML and get_config_dict() | Christian Poessinger | |
Basic proxy functionality is working but the squidguard smoketest still fails as this is yet not implemented. | |||
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 | |