[Bug 255678] security/strongswan cant add routes via RTM_ADD via PF_ROUTE socket

2024-10-19 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678 Mark Linimon changed: What|Removed |Added Resolution|--- |FIXED Status|In Progres

[Bug 255678] security/strongswan cant add routes via RTM_ADD via PF_ROUTE socket

2021-09-27 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678 cr...@rlwinm.de changed: What|Removed |Added CC||cr...@rlwinm.de --- Comment #25 f

[Bug 255678] security/strongswan cant add routes via RTM_ADD via PF_ROUTE socket

2021-09-18 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678 --- Comment #24 from martin.larss...@gmail.com --- I have now tested this on 13-STABLE kernel and can confirm that it works, thanks again Alexander and you others. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug 255678] security/strongswan cant add routes via RTM_ADD via PF_ROUTE socket

2021-09-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678 --- Comment #23 from commit-h...@freebsd.org --- A commit in branch stable/13 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=f3d69003374a291e2ccb4a1ecc318e90827bac09 commit f3d69003374a291e2ccb4a1ecc318e90827bac09 Author

[Bug 255678] security/strongswan cant add routes via RTM_ADD via PF_ROUTE socket

2021-08-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678 --- Comment #22 from martin.larss...@gmail.com --- thanks alot for your work alexander! Would this apply to stable if I want to to try? -- You are receiving this mail because: You are on the CC list for the bug.

[Bug 255678] security/strongswan cant add routes via RTM_ADD via PF_ROUTE socket

2021-08-29 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678 --- Comment #21 from commit-h...@freebsd.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=d98954e229812eee2fa6bf97714fecbbdcc56e4c commit d98954e229812eee2fa6bf97714fecbbdcc56e4c Author:

[Bug 255678] security/strongswan cant add routes via RTM_ADD via PF_ROUTE socket

2021-07-14 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678 --- Comment #20 from martin.larss...@gmail.com --- did you get any chance to look at it? -- You are receiving this mail because: You are on the CC list for the bug.

[Bug 255678] security/strongswan cant add routes via RTM_ADD via PF_ROUTE socket

2021-06-04 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678 --- Comment #19 from Tobias Brunner --- > *BSD has RTAX_IFA rtsock option allowing to choose the preferred source > address. Great. Weirdly, we already parse this when we check the routes to determine a source address, not sure exactly wh

[Bug 255678] security/strongswan cant add routes via RTM_ADD via PF_ROUTE socket

2021-06-03 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678 --- Comment #18 from Alexander V. Chernikov --- (In reply to Tobias Brunner from comment #17) > Not exactly. The end goal is to install a route that causes the kernel to > select the "internal" IP address (192.168.5.10 on igb0) as source w

[Bug 255678] security/strongswan cant add routes via RTM_ADD via PF_ROUTE socket

2021-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678 --- Comment #17 from Tobias Brunner --- > The expected behaviour is that for this route, the system will consider > 213.80.11.16 directly reachable via igb0, correct? Not exactly. The end goal is to install a route that causes the kernel

[Bug 255678] security/strongswan cant add routes via RTM_ADD via PF_ROUTE socket

2021-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678 Alexander V. Chernikov changed: What|Removed |Added Status|New |In Progress -- You are r

[Bug 255678] security/strongswan cant add routes via RTM_ADD via PF_ROUTE socket

2021-06-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678 --- Comment #16 from martin.larss...@gmail.com --- is it Tobias? -- You are receiving this mail because: You are on the CC list for the bug.

[Bug 255678] security/strongswan cant add routes via RTM_ADD via PF_ROUTE socket

2021-05-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678 --- Comment #15 from Alexander V. Chernikov --- (In reply to Alexander V. Chernikov from comment #14) Whoops. Wrote igb0 instead of igb1. Copying the last comment with proper interface names: There are 2 interfaces, igb0 (192.168.5.0/24)

[Bug 255678] security/strongswan cant add routes via RTM_ADD via PF_ROUTE socket

2021-05-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678 --- Comment #14 from Alexander V. Chernikov --- (In reply to martin.larsson2 from comment #13) Okay. So let me try to describe it to check if my understanding is correct: There are 2 interfaces, igb0 (192.168.5.0/24) and igb1 (213.80.111.1

[Bug 255678] security/strongswan cant add routes via RTM_ADD via PF_ROUTE socket

2021-05-31 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678 --- Comment #13 from martin.larss...@gmail.com --- FYI, output is from 13.0-release with kernel and /boot from 13.0-STABLE -- You are receiving this mail because: You are on the CC list for the bug.

[Bug 255678] security/strongswan cant add routes via RTM_ADD via PF_ROUTE socket

2021-05-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678 --- Comment #12 from martin.larss...@gmail.com --- yes, thanks for looking in to this. here is what you requested I hope. https://dumpinen.com/rbBJLFGuX-n and yes, what I expect is that my two remote networks being 10.11.12.0/24 and 192.1

[Bug 255678] security/strongswan cant add routes via RTM_ADD via PF_ROUTE socket

2021-05-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678 Rodney W. Grimes changed: What|Removed |Added CC||n...@freebsd.org -- You are re

[Bug 255678] security/strongswan cant add routes via RTM_ADD via PF_ROUTE socket

2021-05-30 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678 Alexander V. Chernikov changed: What|Removed |Added Assignee|n...@freebsd.org |melif...@freebsd.org

[Bug 255678] security/strongswan cant add routes via RTM_ADD via PF_ROUTE socket

2021-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678 --- Comment #10 from martin.larss...@gmail.com --- setting sysctl net.route.multipath=0 didnt change anything in this case -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 255678] security/strongswan cant add routes via RTM_ADD via PF_ROUTE socket

2021-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678 --- Comment #9 from Marek Zarychta --- Also disabling multipath at this stage will probably help: sysctl net.route.multipath=0 -- You are receiving this mail because: You are the assignee for the bug. _

[Bug 255678] security/strongswan cant add routes via RTM_ADD via PF_ROUTE socket

2021-05-17 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678 Kristof Provost changed: What|Removed |Added CC||k...@freebsd.org Assig