On Mon, Feb 04, 2019 at 11:50:22AM -0500, Aaron Conole wrote: > Hyong Youb Kim via dev <[email protected]> writes: > > > From: Hyong Youb Kim <[email protected]> > > > > Run ovs-tcpdump without --span, and it throws the following > > exception. Define mirror_select_all to avoid the error. > > > > Traceback (most recent call last): > > File "/usr/local/bin/ovs-tcpdump", line 488, in <module> > > main() > > File "/usr/local/bin/ovs-tcpdump", line 454, in main > > mirror_select_all) > > UnboundLocalError: local variable 'mirror_select_all' referenced before > > assignment > > > > Fixes: 0475db71c650 ("ovs-tcpdump: Add --span to mirror all ports on > > bridge.") > > > > Signed-off-by: Hyong Youb Kim <[email protected]> > > Acked-by: Ilya Maximets <[email protected]> > > --- > > Acked-by: Aaron Conole <[email protected]>
Thanks, Hyong (and Aaron). I applied this to master and backported it as far as it would go. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
