This website requires JavaScript.
Explore
Help
Sign In
mir
/
openvswitch
Watch
2
Star
0
Fork
0
You've already forked openvswitch
mirror of
https://github.com/openvswitch/ovs
synced
2025-10-21 14:49:41 +00:00
Code
Issues
Releases
Wiki
Activity
Files
9ae5ab3c359d7fda63da1a80725a7f83670189df
openvswitch
/
debian
/
openvswitch-test.manpages
3 lines
60 B
Plaintext
Raw
Normal View
History
Unescape
Escape
ovs-test: A new tool that allows to diagnose connectivity and performance issues This tool will be a replacement for the current ovs-vlan-test utility. Besides from connectivity issues it will also be able to detect performance related issues in Open vSwitch setups. Currently it uses UDP and TCP protocols for stressing. Issue #6976
2011-10-31 14:56:08 -07:00
_debian/utilities/ovs-test.8
ovs-l3ping: A new test utility that allows to detect L3 tunneling issues ovs-l3ping is similar to ovs-test, but the main difference is that it does not require administrator to open firewall holes for the XML/RPC control connection. This is achieved by encapsulating the Control Connection over the L3 tunnel itself. This tool is not intended as a replacement for ovs-test, because ovs-test covers much broader set of test cases. Sample usage: Node1: ovs-l3ping -s 192.168.122.236,10.1.1.1 -t gre Node2: ovs-l3ping -c 192.168.122.220,10.1.1.2,10.1.1.1 -t gre Issue#11791 Signed-off-by: Ansis Atteka <aatteka@nicira.com>
2012-06-28 15:52:40 -07:00
_debian/utilities/ovs-l3ping.8
Reference in New Issue
Copy Permalink