Looks Good.
On Mon, Apr 11, 2011 at 10:57 AM, Ben Pfaff <[email protected]> wrote: > --- > vswitchd/vswitch.xml | 17 +++++++++++++---- > 1 files changed, 13 insertions(+), 4 deletions(-) > > diff --git a/vswitchd/vswitch.xml b/vswitchd/vswitch.xml > index dc6c197..a16ddfb 100644 > --- a/vswitchd/vswitch.xml > +++ b/vswitchd/vswitch.xml > @@ -1522,6 +1522,12 @@ > </column> > > <group title="Selecting Packets for Mirroring"> > + <p> > + To be selected for mirroring, a given packet must enter or leave the > + bridge through a selected port and it must also be in one of the > + selected VLANs. > + </p> > + > <column name="select_all"> > If true, every packet arriving or departing on any port is > selected for mirroring. > @@ -1542,9 +1548,13 @@ > </group> > > <group title="Mirroring Destination Configuration"> > + <p> > + These columns are mutually exclusive. Exactly one of them must be > + nonempty. > + </p> > + > <column name="output_port"> > - <p>Output port for selected packets, if nonempty. Mutually exclusive > - with <ref column="output_vlan"/>.</p> > + <p>Output port for selected packets, if nonempty.</p> > <p>Specifying a port for mirror output reserves that port exclusively > for mirroring. No frames other than those selected for mirroring > will be forwarded to the port, and any frames received on the port > @@ -1553,8 +1563,7 @@ > </column> > > <column name="output_vlan"> > - <p>Output VLAN for selected packets, if nonempty. Mutually exclusive > - with <ref column="output_port"/>.</p> > + <p>Output VLAN for selected packets, if nonempty.</p> > <p>The frames will be sent out all ports that trunk > <ref column="output_vlan"/>, as well as any ports with implicit VLAN > <ref column="output_vlan"/>. When a mirrored frame is sent out a > -- > 1.7.1 > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev > _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
