The root issue is wpa_supplicant shipped in Debian does not contain commit https://w1.fi/cgit/hostap/commit/?id=46c635910a724ed14ee9ace549fed9790ed5980b which adds a new configuration file option named:
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Aug 1 2022
VyOS 1.3 equuleus https://github.com/vyos/vyos-1x/pull/1450
VyOS 1.3 equuleus https://github.com/vyos/vyos-1x/pull/1450
Jul 31 2022
Jul 30 2022
PR for VyOS 1.3 branch https://github.com/vyos/vyos-build/pull/251
Working as expected in VyOS 1.3.1-S1
It's applied but masked by another part, looking into it. A brief workaround is to just change the description on br0 and commit - then the bridge vlan is re-created.
@Viacheslav can you save your config and reboot?
Jul 26 2022
Jul 25 2022
Jul 22 2022
Commit fails b/c of frr-reload output: 200 % Local-AS allowed only for EBGP peers - we should add an appropriate verify() stage I guess.
Unfortunately not all commands are present when using the bgp <afi> syntax. We should find the remaining ones and then move all to the new syntax - less confusing
Jul 21 2022
That's XPN support but GCM-AES-256 was added back in 2018 in https://w1.fi/cgit/hostap/commit/?id=1ff8605775
That's what commit rVYOSONEX5e510e45f6f9 did :)
Jul 19 2022
Can you check with the latest rolling release? it uses FRR 8.3
Will be fixed in the next rolling release. Thanks!
@dannyvanderaa this is true - but as of VyOS 1.3 there is no longer an operator mode due to security issues. Operator level was removed, it will come back once the entire codebase rewrite is complete.
Jul 18 2022
Also cipher changes require a reboot. Nice bug - thanks for this riddle ;)
set protocols bgp local-as 200 set protocols bgp peer-group foo remote-as external set protocols bgp peer-group foo address-family ipv4-unicast ipv6-unicast set protocols bgp neighbor 1.1.1.1 peer-group foo commit
This might confuse the users as now there is sensitive information again, but a different one.