Some more issues with FRR 8.1
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Nov 28 2021
Nov 27 2021
Nov 26 2021
Require rewriting vyatta-config-mgmt to XML/Python
23:05:52 DEBUG - Running Testcase: /usr/libexec/vyos/tests/smoke/cli/test_vpn_openconnect.py 23:06:04 DEBUG - test_vpn (__main__.TestVpnOpenconnect) ... ok 23:06:07 DEBUG - 23:06:07 DEBUG - ---------------------------------------------------------------------- 23:06:07 DEBUG - Ran 1 test in 11.396s 23:06:07 DEBUG - 23:06:07 DEBUG - OK 23:06:07 DEBUG - Running Testcase: /usr/libexec/vyos/tests/smoke/cli/test_vpn_sstp.py 23:06:22 DEBUG - test_accel_local_authentication (__main__.TestVPNSSTPServer) ... ok 23:06:28 DEBUG - test_accel_name_servers (__main__.TestVPNSSTPServer) ... ok 23:06:38 DEBUG - test_accel_radius_authentication (__main__.TestVPNSSTPServer) ... ok 23:06:40 DEBUG - 23:06:41 DEBUG - ---------------------------------------------------------------------- 23:06:41 DEBUG - Ran 3 tests in 32.454s 23:06:41 DEBUG - 23:06:41 DEBUG - OK
Tested with the latest rolling version: "1.4-rolling-202111240711"
Nov 25 2021
@NikolayP Can you play with it?
In T3976#112210, @Viacheslav wrote:Already implemented in FRR 8.x, so for first, we should migrate to FRR 8.x if it is possible T3753
Already implemented in FRR 8.x, so for first, we should migrate to FRR 8.x if it is possible T3753
We try not to use "raw options" of commands.
But I don't see another universal solution for it.
Added the PR for equuleus https://github.com/vyos/vyos-1x/pull/1085
I've tested root-partition-auto-resize on GCP, AWS and Azure. It was found that disk extension on Azure brakes GPT table, so I added the fix in this PR https://github.com/vyos/vyos-1x/pull/1084 .
Nov 24 2021
Opened https://github.com/vyos/vyos-1x/pull/1083 which fixes this issue
I have a fix that will make it send a single item list and pass the validation check
The plan is to weaken this to a warning in 'verify'; as summarized above, validators are pass/fail and warnings are not an appropriate response for a validator
Now certificate files existing should be checked via validator name="file-exists" which was fixed T3695
PR https://github.com/vyos/vyos-1x/pull/1082
Duplicate? T2189
Also, fixed certificate files check. PR https://github.com/vyos/vyos-1x/pull/1081