[ovs-dev] [PATCH 12/13] testsuite: update a comment

yamt at mwd.biglobe.ne.jp yamt at mwd.biglobe.ne.jp
Tue May 21 08:50:04 UTC 2013


From: YAMAMOTO Takashi <yamt at mwd.biglobe.ne.jp>


Signed-off-by: YAMAMOTO Takashi <yamt at mwd.biglobe.ne.jp>
---
 tests/ofproto.at | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ofproto.at b/tests/ofproto.at
index 166b03e..b3823a3 100644
--- a/tests/ofproto.at
+++ b/tests/ofproto.at
@@ -1659,7 +1659,7 @@ if test -e /proc/sys/net/core/rmem_max; then
     # Linux
     rmem_max=`cat /proc/sys/net/core/rmem_max`
 elif rmem_max=`sysctl -n net.inet.tcp.recvbuf_max 2>/dev/null`; then
-    : # FreeBSD
+    : # FreeBSD, NetBSD
 else
     # Don't know how to get maximum socket receive buffer on this OS
     AT_SKIP_IF([:])
-- 
1.8.0.1




More information about the dev mailing list