On Wed, Oct 24, 2012 at 3:33 PM, Ben Pfaff <span dir="ltr">&lt;<a href="mailto:blp@nicira.com" target="_blank">blp@nicira.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Wed, Oct 24, 2012 at 02:21:39PM -0700, Gurucharan Shetty wrote:<br>
&gt; ovs-ctl has a new command called &quot;restart&quot; which<br>
&gt; saves and restores the openflow flows on bridges.<br>
&gt; Use that command from the init scripts when doing<br>
&gt; a &quot;restart --save-flows=yes&quot;.<br>
&gt;<br>
&gt; Feature #13555.<br>
&gt; Signed-off-by: Gurucharan Shetty&lt;<a href="mailto:gshetty@nicira.com">gshetty@nicira.com</a>&gt;<br>
<br>
</div>Won&#39;t --save-flows=yes generally be in $2?  All of these look at $1,<br>
but I think that&#39;s &quot;restart&quot; (unless there&#39;s a &quot;shift&quot; I missed<br>
somewhere).<br>
</blockquote></div>There is a &quot;shift&quot; right before the function call of &quot;restart&quot;. Or I am understanding you incorrectly.