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

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 07 Sep 2021 21:31:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678

--- Comment #23 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=f3d69003374a291e2ccb4a1ecc318e90827bac09

commit f3d69003374a291e2ccb4a1ecc318e90827bac09
Author:     Alexander V. Chernikov <melifaro@FreeBSD.org>
AuthorDate: 2021-08-29 19:51:28 +0000
Commit:     Alexander V. Chernikov <melifaro@FreeBSD.org>
CommitDate: 2021-09-07 21:25:24 +0000

    routing: Bring back the ability to specify transmit interface via its name.

    Some software references outgoing interfaces by specifying name instead of
     index.

    Use rti_ifp from rt_addrinfo if provided instead of always using
     address interface when constructing nexthop.

    PR:             255678
    Reported by:    martin.larsson2 at gmail.com

    (cherry picked from commit d98954e229812eee2fa6bf97714fecbbdcc56e4c)

 sys/net/route.c          | 45 ++++++++++++++++++++++++++++++++++++---------
 sys/net/route/nhop_ctl.c |  2 +-
 2 files changed, 37 insertions(+), 10 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.