X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utilities%2Fovs-vlan-test.8.in;h=602d785d744c7bd6b67707eb132b8994f753d5b9;hb=7bde8dd8f56d081398f6b6317b17ca41a3fdc81b;hp=82b4cf7d84b8f5a9ad394a75ab468ea049d782c8;hpb=16d2551857f26a309a873d904a47a767ee0875d6;p=openvswitch diff --git a/utilities/ovs-vlan-test.8.in b/utilities/ovs-vlan-test.8.in index 82b4cf7d..602d785d 100644 --- a/utilities/ovs-vlan-test.8.in +++ b/utilities/ovs-vlan-test.8.in @@ -18,23 +18,7 @@ client mode connecting to an \fBovs\-vlan\-test\fR server. \fBovs\-vlan\-test\fR will display "OK" if it did not detect problems. .PP Some examples of the types of problems that may be encountered are: -.IP \(bu -When NICs use vlan stripping on receive they must pass a pointer to -a vlan group when reporting the stripped tag to the networking core. -If there is no vlan group in use then some drivers just drop the -extracted tag. Drivers are supposed to only enable stripping if a -vlan group is registered but not all of them do that. -. -.IP \(bu -Some drivers size their receive buffers based on whether a vlan -group is enabled, meaning that a maximum size packet with a vlan tag -will not fit if a vlan group is not configured. -. -.IP \(bu -On transmit some drivers expect that vlan acceleration will be used -if it is available (which can only be done if a vlan group is -configured). In these cases, the driver may fail to parse the packet -and correctly setup checksum offloading and/or TSO. +.so utilities/ovs-vlan-bugs.man . .SS "Client Mode" An \fBovs\-vlan\-test\fR client may be run on a host to check for VLAN @@ -77,19 +61,19 @@ Set up a bridge which forwards traffic originating from \fB1.2.3.4\fR out .IP .B \-\- set Interface vlan\-br\-tag type=internal .IP -.B ifconfig vlan\-br\-tag up 5.6.7.8 +.B ifconfig vlan\-br\-tag up 1.2.3.4 . .PP Run an \fBovs\-vlan\-test\fR server listening for client control traffic on -5.6.7.8 port 80 and VLAN traffic on the default port of 1.2.3.0. +172.16.0.142 port 8080 and VLAN traffic on the default port of 1.2.3.3. .IP -.B ovs\-vlan\-test \-s 5.6.7.8:80 1.2.3.0 +.B ovs\-vlan\-test \-s 172.16.0.142:8080 1.2.3.3 . .PP -Run an \fBovs\-vlan\-test\fR client with a control server located at 5.6.7.8 -port 80 and a local VLAN ip of 1.2.3.4. +Run an \fBovs\-vlan\-test\fR client with a control server located at +172.16.0.142 port 8080 and a local VLAN ip of 1.2.3.4. .IP -.B ovs\-vlan\-test 5.6.7.8:80 1.2.3.4 +.B ovs\-vlan\-test 172.16.0.142:8080 1.2.3.4 . .TP