ofproto-dpif: Do not output RSPAN packets to SPAN ports.
authorBen Pfaff <blp@nicira.com>
Wed, 5 Oct 2011 22:26:49 +0000 (15:26 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 17 Nov 2011 18:11:52 +0000 (10:11 -0800)
commit653fe3a3f50c74065cb5fa86dbe96b4884ece091
tree8ffb5466f9c98773b70e1e878804322b5dc90d44
parent9ac130ad15cdd41538242daa3adff3150da29209
ofproto-dpif: Do not output RSPAN packets to SPAN ports.

It's always been my intention that ports used as port mirroring
destinations (SPAN) be reserved solely for that purpose.  When SPAN and
RSPAN are both configured, however, RSPAN mirror packets could get directed
to SPAN ports, which was unintentional.

This commit also updates the documentation to make it clear (if that is
even necessary) that this behavior is intentional.

Found by inspection.
ofproto/ofproto-dpif.c
vswitchd/vswitch.xml