Add netstat when mentioning testing. Many check-kmod failures result when it is not present.
Signed-off-by: Greg Rose <[email protected]> --- V2 - Fix commit title --- Documentation/intro/install/general.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/intro/install/general.rst b/Documentation/intro/install/general.rst index fe30c19..537137e 100644 --- a/Documentation/intro/install/general.rst +++ b/Documentation/intro/install/general.rst @@ -156,6 +156,8 @@ The datapath tests for userspace and Linux datapaths also rely upon: - tftpy. Version 0.6.2 is known to work. Earlier versions should also work. +- netstat. Available from various distro specific packages + The ovs-vswitchd.conf.db(5) manpage will include an E-R diagram, in formats other than plain text, only if you have the following: -- 1.8.3.1 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
