On Tue, Feb 12, 2013 at 1:52 PM, Ben Pfaff <[email protected]> wrote:
> On Tue, Feb 12, 2013 at 09:40:17AM -0800, Gurucharan Shetty wrote:
>> While upgrading from openvswitch1.10, we need not
>> restore ofports across force-reload-kmod. This patch
>> fixes a bug wherein 'force-reload-kmod' command tried
>> to execute an empty script.
>>
>> Bug #15067
>> Signed-off-by: Gurucharan Shetty <[email protected]>
>
> Why does executing an empty script cause a problem?
It does not have a '+x' set on that script as a file permission. So it
complains.
Probably the subject should have read, 'Don't execute the restore
ofport script in some cases.'
I could have tested on [ -x ${ script_ofports} ] before executing the
script instead
of nulling the variable. Either works fine.
Thanks,
Guru
_______________________________________________
dev mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/dev