FRR build triggered, please try next rolli g
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Jan 19 2020
Jan 18 2020
No, work would be needed to add the necessary logic to VyOS scripts.
This wasn't possible before the version of isc-dhcpd VyOS uses was
updated to one that supported PD length. But now it is at least
possible, before it wasn't possible at all.
With the above change, some 2 years later, are we able to finally use a DHCP PD for IPv6? ie does it actually work?
Jan 17 2020
Ack, I have already after step 5 an issue. The uids shouldn't be an issue, since the users should be all in the same group and the group has r/w permissions.
I hacked through how to reproduce.
@kroy Can you please test with the latest rolling? I can't reproduce the issue.
@max1e6 Did you have a chance to test?
PR https://github.com/vyos/vyatta-cfg-quagga/pull/40 also need add script migration
I built package for 1.2.4 with fix. Now enforce-first-as sets per neighbour. e,g.
set protocols bgp 65535 neighbor 192.168.255.10 enforce-first-as
Look like FRR changes commands for this feature, now this option per neighbour.
Jan 16 2020
https://github.com/vyos/vyos-1x/commit/742da889afa4375d5b6cb98dada7f2d3ec2f0326
@Xesxen http://dev.packages.vyos.net/repositories/current/pool/main/v/vyos-1x/vyos-1x_1.3.0-16_all.deb addresses that issue for the rolling release.
We took other steps that allows us to take the image back to a manageable size, and this task lost its immediate relevance.
@jestabro yup, go ahead please and let me know when I can close it or if you can you can close as well.
Yes, thanks, c-po; the revised settings (above) are consistent with defaults and behaviour for both crux and equuleus.
Issue looks to be fixed in rolling version you've stated. Reboot now immediate without any hang. Thanks.
I propose in this case use set vpn l2tp remote-access outside-address 0.0.0.0. It works in current rolling.
As I recently rewrote this part in XML/Python please also check the default values in the Python script
This should be restricted by a regex
@kroy I tried just now with vyos-1.3-rolling-202001160217 in UEFI mode (even forced UEFI boot only in the BIOS to make sure) and am still having the same problem.
Jan 15 2020
I will backport this, unless objections ...
For consistency with the relative sizes set by CLI in the conf_mode script (system-ip.py), the default params should be:
The size of an ARP cache entry is 384 bytes (x86-64), so the change will add ~720k -- ~3 MiB, which seems reasonable. I will add the suggested settings to sysctl defaults.
Works in 1.3-rolling-202001150217, propose cherry-pick in to crux.
Resolved in 1.3-rolling-202001150217
Copy failed too.
Jan 14 2020
I ran into the same problem, here:
Jan 13 2020
I pushed a fix earlier which might fix this in UEFI mode. Can you check the rolling tomorrow (or build youself today). If you are interested, I also have a custom built ISO with the fix in it.
Xml for interface-definitions for commands set protocol mpls
https://github.com/sever-sever/vyos-1x/blob/current/interface-definitions/protocols-mpls.xml.in
Also discovered during testing that 4K sector drives will fail to boot with EFI. Also fixed in the above PR
T1940 should fix this. It would be pretty trivial to add the ability to choose between EFI and BIOS when EFI is present, though this fix should make it unnecessary
PR corrects this. Buster forces secure-boot by default, which we don't support
@c-po Thanks for the fix.
The described problem exists in stable FRR 7.2, but fixed in FRR master branch by https://github.com/FRRouting/frr/pull/5184
We have tested 7.2 with this PR applied, and the bug was gone, so we can apply this PR to our FRR package and solve the problem.
Revising this design, following discussion with dmbaturin; implementation in T1962.