From: Ben Pfaff Date: Thu, 31 Jan 2013 23:48:35 +0000 (-0800) Subject: ovs-ctl: Update comment. X-Git-Tag: sliver-openvswitch-1.10.90-1~11^2~101 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=12b7916089bddfd8f55232f005863b255956e275;p=sliver-openvswitch.git ovs-ctl: Update comment. Signed-off-by: Ben Pfaff Acked-by: Kyle Mestery --- diff --git a/utilities/ovs-ctl.in b/utilities/ovs-ctl.in index 78f67a3e7..8288e1336 100755 --- a/utilities/ovs-ctl.in +++ b/utilities/ovs-ctl.in @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2009, 2010, 2011, 2012 Nicira, Inc. +# Copyright (C) 2009, 2010, 2011, 2012, 2013 Nicira, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -216,8 +216,9 @@ start_forwarding () { log_success_msg "ovs-vswitchd is already running" else # Increase the limit on the number of open file descriptors. - # ovs-vswitchd needs 16 per datapath, plus a few extra, so this - # should allow for 256 (or more) bridges. + # On Linux, ovs-vswitchd needs about one file descriptor per + # switch port, so this allows a very large number of switch + # ports. ulimit -n 5000 # Start ovs-vswitchd.