Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2020-12-18 | mpls: T915: Add a bunch of op commands to LDP | Cheeze_It | |
In here we are adding a lot more commands that can be used within LDP. There's also some help and contextual changes for initialism that are being removed. | |||
2020-12-18 | Merge pull request #648 from bedmisten/current | Christian Poessinger | |
T3135: bfd template missing newlines | |||
2020-12-17 | T3135: bfd template missing newlines | bedmisten | |
trim blocks removes newlines after {% endif %} blocks. Added the required newlines. | |||
2020-12-17 | Debian: xdp: T2666: add build dependencies | Christian Poessinger | |
2020-12-17 | ifconfig: T2653: switch to Python3 f(ormatted) strings | Christian Poessinger | |
2020-12-17 | xdp: T2666: use generic "xdp" option when loading | Christian Poessinger | |
Using 'xdp' will automatically decide if the driver supports 'xdpdrv' or only 'xdpgeneric'. A user later sees which driver is actually in use by calling 'ip a' or 'show interfaces ethernet'. | |||
2020-12-17 | xdp: T2666: initial XDP (generic mode) forwarding support | Christian Poessinger | |
The CLI command 'set interfaces ethernet <interface> offload-options xdp" enables the XDP generic mode on the given interface. vyos@vyos:~$ show interfaces ethernet eth1 eth1: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 xdpgeneric/id:151 qdisc mq state DOWN group default qlen 1000 link/ether 00:50:56:bf:ef:aa brd ff:ff:ff:ff:ff:ff inet6 fe80::250:56ff:febf:efaa/64 scope link tentative valid_lft forever preferred_lft forever Description: fooa XDP code is thankfully copied from [1], thank you for this nice tutorial. NOTE: this is an experimental feature which might break your forwarding/filtering. [1]: https://medium.com/swlh/building-a-xdp-express-data-path-based-peering-router-20db4995da66 | |||
2020-12-17 | flow-accounting: T3132: enable egress traffic accounting | Jan-Philipp Benecke | |
2020-12-17 | flow-accounting: T3132: enable egress traffic accounting | Jan-Philipp Benecke | |
2020-12-14 | Merge pull request #644 from jack9603301/T3089 | Christian Poessinger | |
interfaces: mirror: T3089: Fix the dependency problem between interfaces | |||
2020-12-14 | netplug: T3130: use Debian upstream version | Christian Poessinger | |
2020-12-14 | smoketest: webproxy: test cache-peer config | Christian Poessinger | |
2020-12-14 | smoketest: pppoe: fix regex for IPv6 PD | Christian Poessinger | |
Commit bec29f31 ("dhcpv6-pd: pppoe: T2677: always restart daemon") used to always restart the DHCPC6 client but the smoketest was not adjusted to this change. | |||
2020-12-14 | interface: mirror: T3089: Improve logic to reduce unnecessary lines of code | jack9603301 | |
2020-12-13 | smoketest: pppoe: test three interfaces | Christian Poessinger | |
2020-12-13 | smoketest: login: adjust to Kernel 5.0 config options | Christian Poessinger | |
2020-12-13 | interfaces: mirror: T3089: Fix the dependency problem between interfaces | jack9603301 | |
Since the dependency problem has not been solved before, if the monitoring interface does not exist when the mirror rule is created, the execution will be abnormal | |||
2020-12-12 | Merge pull request #638 from jack9603301/T3114 | Christian Poessinger | |
interfaces: T3114: Fix VLAN-aware bridge setting failure | |||
2020-12-13 | interfaces: T3114: Modify the logic of the second addition to complete the ↵ | jack9603301 | |
setting and streamline the code | |||
2020-12-13 | interfaces: T3114: Improve VLAN ID setting logic in `bridge` | jack9603301 | |
2020-12-13 | interfaces: T3114: When the VLAN aware option is not detected, the setting ↵ | jack9603301 | |
of `bridge` should not be overwritten |