Date: Sun, 17 Nov 2024 16:04:28 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 282673] ipfw tags are lost while transit via if_epair Message-ID: <bug-282673-227-6QtVRmMU8D@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-282673-227@https.bugs.freebsd.org/bugzilla/> References: <bug-282673-227@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=3D282673 --- Comment #5 from bugs.freebsd.org@mx.zzux.com --- I've changed the line epair_clear_mbuf(m); with if (!(src_ifp->if_flags & IFF_LINK1)) epair_clear_mbuf(m); in file 'if_epair.c' I'm not sure this is quite correct, but now it's working fine (tags are preserved) with 'ifconfig epair1b link1= '. --=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-282673-227-6QtVRmMU8D>