[Bug 255678] security/strongswan cant add routes via RTM_ADD via PF_ROUTE socket
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 31 May 2021 20:09:18 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678 --- Comment #15 from Alexander V. Chernikov <melifaro@FreeBSD.org> --- (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) and igb1 (213.80.111.160/27). The default route points towards 213.80.111.161, which is directly reachable via igb1. Stronswan tries to install the route with nexthop 213.80.11.16 (which is indirectly reachable via igb1 default) and specifying interface igb0. The expected behaviour is that for this route, the system will consider 213.80.11.16 directly reachable via igb0, correct? -- You are receiving this mail because: You are on the CC list for the bug.