Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 May 2024 13:08:28 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 256587] tcpreplay not working for if_tun (tun0)
Message-ID:  <bug-256587-7501-aH7wMxOAz6@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-256587-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-256587-7501@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D256587

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

URL:
https://cgit.FreeBSD.org/src/commit/?id=3D3f6515c20f381d6e136c8c322eadc69fd=
0e6c4aa

commit 3f6515c20f381d6e136c8c322eadc69fd0e6c4aa
Author:     Seth Hoffert <seth.hoffert@gmail.com>
AuthorDate: 2023-10-22 14:12:45 +0000
Commit:     Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-05-08 13:06:15 +0000

    bpf: Make BPF interop consistent with if_loop

    The pseudo_AF_HDRCMPLT check is already being done in if_loop and
    just needed to be ported over to if_ic, if_wg, if_disc, if_gif,
    if_gre, if_me, if_tuntap and ng_iface.  This is needed in order to
    allow these interfaces to work properly with e.g., tcpreplay.

    PR:             256587
    Reviewed by:    markj
    MFC after:      2 weeks
    Pull Request:   https://github.com/freebsd/freebsd-src/pull/876

    (cherry picked from commit 2cb0fce24d64039090dc9243cdf0715ee80c91b1)

 sys/dev/iicbus/if_ic.c  | 4 ++--
 sys/dev/wg/if_wg.c      | 3 ++-
 sys/net/if_disc.c       | 2 +-
 sys/net/if_gif.c        | 3 ++-
 sys/net/if_gre.c        | 3 ++-
 sys/net/if_me.c         | 3 ++-
 sys/net/if_tuntap.c     | 2 +-
 sys/netgraph/ng_iface.c | 2 +-
 8 files changed, 13 insertions(+), 9 deletions(-)

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-256587-7501-aH7wMxOAz6>