Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |||
2020-12-13 | interfaces: T3114: Improve the processing of enabling logic for ↵ | jack9603301 | |
`vlan_filter` to avoid redundant paths | |||
2020-12-13 | smoketest: T3114: Completely remove `commit` in `setUp` | jack9603301 | |
2020-12-13 | interfaces: T3114: Remove some redundant code | jack9603301 | |
2020-12-13 | interfaces: T3114: Fix VLAN-aware bridge setting failure | jack9603301 | |
2020-12-12 | smoketest: webproxy: improve ldap authentication tests | Christian Poessinger | |
2020-12-12 | dhcpv6-pd: pppoe: T2677: always restart daemon | Christian Poessinger | |
2020-12-12 | xml: use "u32:" keyword when identifying port ranges | Christian Poessinger | |
This will render the completion help more nicely. | |||
2020-12-12 | mpls: T915: Fix spelling error on IPv6 import filter | Cheeze-It | |
2020-12-10 | smoketest: webproxy: prepare for vyos-1x rewrite | Christian Poessinger | |
2020-12-10 | test: vyos.validate: check is_addr_assigned() | Christian Poessinger | |
2020-12-10 | smoketest: webproxy: add initial tests | Christian Poessinger | |
2020-12-10 | vti: T3123: Fix missed ip-ipv6 node options | Viacheslav Hletenko | |
2020-12-09 | dns: T3121: recursion zone bugfix | NEOMorphey | |
2020-12-09 | Merge pull request #639 from Cheeze-It/current | Christian Poessinger | |
mpls-conf: T915: Add LDP import and export control | |||
2020-12-08 | mpls-conf: T915: Add LDP import and export control | Cheeze_It | |
In this commit we added the ability to control import and export of LDP FECs. This allows for an operator to specify which to filter on ingress, and which to not announce on egress. | |||
2020-12-08 | openvpn: T3117: fix generated ncp-ciphers in server config | Christian Poessinger | |
2020-12-08 | Merge pull request #633 from jack9603301/T3089 | Christian Poessinger | |
mirror: T3089: support two-way traffic mirroring | |||
2020-12-08 | Merge pull request #637 from sever-sever/T2174 | Christian Poessinger | |
bgp: T2174: Fix Template. Update to use FRRConfig framework | |||
2020-12-08 | bgp: T2174: Fix Template. Update to use FRRConfig framework | sever-sever | |
2020-12-08 | mirror: T3089: support two-way traffic mirroring | jack9603301 | |
2020-12-07 | system: T3119: migrate "system ip" to get_config_dict() incl. smoketest | Christian Poessinger | |
2020-12-07 | vyos.ifconfig: T1579: keep IPv6 link-local address on reconfiguration #2 | Christian Poessinger | |
This is the second attempt after commit d247736f ("vyos.ifconfig: T1579: do not remove IPv6 link-local address on reconfiguration"). We only clean out link-local IPv6 addresses left over after an interface MAC change. | |||
2020-12-07 | Merge pull request #636 from c-po/t2562-dhcp | Christian Poessinger | |
dhcp: T2562: add "listen-address" CLI node for better DHCP relay support | |||
2020-12-06 | vyos.validate: T1579: support prefix length in is_ipv6_link_local() | Christian Poessinger | |
Function can now be called with a prefix length like 2001:db8::1/64 | |||
2020-12-06 | Merge pull request #635 from Cheeze-It/current | Christian Poessinger | |
mpls-conf: T915: Add LDP local label allocation control | |||
2020-12-06 | Revert "vyos.ifconfig: T1579: do not remove IPv6 link-local address on ↵ | Christian Poessinger | |
reconfiguration" This reverts commit d247736f67cc056062b75a4215a031bebcfee2ee. We need to clean link-local IPv6 addresses on link reconfiguration to also drop no longer existing link-local addresse son MAC address change. | |||
2020-12-06 | smoketest: interface: move to Python3 'f'ormatted string | Christian Poessinger | |
2020-12-06 | migration: interfaces: remove superfluous imports | Christian Poessinger | |
2020-12-06 | dhcpv6-relay: T3095: is_ipv6_link_local() now supports a prefix length | Christian Poessinger | |
2020-12-06 | vyos.ifconfig: T1579: do not remove IPv6 link-local address on reconfiguration | Christian Poessinger | |