We tested this on 1.4-rolling-202103040218 on our router, unfortunately as this is a production device I couldn't spend long diagnosing this. After upgrading the system image the device didn't come back up (I have layer 2 connectivity to the device via a VLAN on eth1 normally). So I logged in via our serial console and did a show interfaces
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Sep 6 2021
If to use modified Regex --regex \'^((eth|lan)[0-9]+|(eth)[0-9]v.+|(eno|ens|enp|enx).+)$\'
https://github.com/vyos/vyos-1x/blob/10814c4d3360598262e991e4b20768dfcde91d75/interface-definitions/interfaces-ethernet.xml.in#L17
Sep 5 2021
Sep 4 2021
Client should also enable "SLAAC"
Works as expected it seems https://serverfault.com/a/918480 and https://teamarin.net/2018/06/25/common-mistake-dhcpv6/
Duplicate of T3772
- The problem about DHCPv6 has been solved
- The communication problem has been solved
It seems that the problem is related to IPv6 MSS. When I set IPv6 MSS to 1280 and IPv4 MSS to 1452, the problem seems to disappear
Let me add a verify step…
Sep 3 2021
Crashes if replace-as is set without no-prepend (see "Unknown command: neighbor 192.0.2.1 local-as 300 replace-as"):
PR for equuleus https://github.com/vyos/vyos-1x/pull/994
It is working with the dashes, so for now we will not change this, it may break something else.
@fetzerms Can you check it in 1.4?
For example:
set policy local-route rule 10 fwmark '42' set policy local-route rule 10 set table '100'
Sep 2 2021
PR for current https://github.com/vyos/vyos-1x/pull/988
Sep 1 2021
PR https://github.com/vyos/vyos-1x/pull/987
Can we cherry-pick this patch to the current branch?