[Bug 282673] ipfw tags are lost while transit via if_epair
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 282673] ipfw tags are lost while transit via if_epair"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 17 Nov 2024 16:04:28 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282673 --- 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'. -- You are receiving this mail because: You are the assignee for the bug.