Wolfgang
Wolfgang
So can it be that simple, that only a updown call is missing in routed_tunnel_to_routed_ondemand. ``` diff --git a/programs/pluto/routing.c b/programs/pluto/routing.c index 73fa6438d3..c875530da8 100644 --- a/programs/pluto/routing.c +++ b/programs/pluto/routing.c @@ -690,6 +690,8...
> @wofferl pushed; did it fix your specific problem? @cagney almost, but still testing. There is a still a problem when both tunnel goes down or are initially down. When...
This is a stripped outpout from 4.15, where after the liveness action restart_by_peer first down-client and than unroute-client is called where the custom updown script put the second connection (eastnet-norhtnet)...
[ikev2-aws-updown.zip](https://github.com/user-attachments/files/16550060/ikev2-aws-updown.zip) I created an experimental testcase for this. North has two identical tunnel to east and west configured. In OUTPUT-4.15 are the logs from the successful run with libreswan v4.15.
This fixed the problem for me, correctly using UPDOWN_UNROUTE instead of UPDOWN_DOWN as I mentioned in https://github.com/libreswan/libreswan/issues/1778#issuecomment-2273054986 ``` diff --git a/programs/pluto/routing.c b/programs/pluto/routing.c index 73fa6438d3..b9f30c0377 100644 --- a/programs/pluto/routing.c +++ b/programs/pluto/routing.c @@...
This is a problem with the standard kernel on rpi5, which uses 16k page sizes. The problem and solution is described in #40 and [400 Bad Request on Raspberry Pi...
The arrow navigation was introduced in #3046, unfortunately the depending patch for the nextcloud-vue library (https://github.com/nextcloud-libraries/nextcloud-vue/pull/6364) has not yet been merged and there is also an upstream bug that has...
This is a problem with relative links not working with feedio (#1385)
It is the same in the sense that it uses the same code to set the ip for xfrmi. Unlike sourceip it actual does not have to be from the...
I have rebased the PR and added new features: * The status of the details view is now saved in the browser storage * The details view is retained when...