Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 May 2019 13:33:25 +0000
From:      bugzilla-noreply@freebsd.org
To:        net@FreeBSD.org
Subject:   [Bug 238198] Traffic through a vm -> bridge(4) -> vlan -> ix(4) does not return
Message-ID:  <bug-238198-7501-1Ul0eWwziW@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-238198-7501@https.bugs.freebsd.org/bugzilla/>
References:  <bug-238198-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=3D238198

--- Comment #4 from Kyle Evans <kevans@freebsd.org> ---
(In reply to Rodney W. Grimes from comment #3)

There seems to be something else going on here- ix0.221 should've showed the
inbound traffic (with or without my fixes) since that gets tapped in
ether_input_internal before entering the bridge at all. The general flow he=
re
*should* look like:

external -> ix0:ether_input_internal -> ix0:ether_demux -> vlan_input ->
ix0.221:ether_input_internal -> bridge2:bridge_input -> tap0:ether_demux

You've observed the traffic getting tapped at the second step above, then
there's a disconnect somewhere after that.

--=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-238198-7501-1Ul0eWwziW>