mirror of
https://github.com/openvswitch/ovs
synced 2025-10-13 14:07:02 +00:00
STT receive can accept packet on device which is not UP state. Following patch fixes this issue by introducing another list of devices which contains only devices in up state. This list can be used for searching stt devices on packet receive. Signed-off-by: Pravin B Shelar <pshelar@nicira.com> Acked-by: Jesse Gross <jesse@kernel.org>