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

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 29 Aug 2021 20:14:11 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=255678

--- Comment #21 from commit-hook@FreeBSD.org ---
A commit in branch main references this bug:

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

commit d98954e229812eee2fa6bf97714fecbbdcc56e4c
Author:     Alexander V. Chernikov <melifaro@FreeBSD.org>
AuthorDate: 2021-08-29 19:51:28 +0000
Commit:     Alexander V. Chernikov <melifaro@FreeBSD.org>
CommitDate: 2021-08-29 20:05:14 +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
    MFC after:      1 week

 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.