[ovs-dev] [PATCH] ovs-bugtool: Remove reference do an undefined variable.

Gurucharan Shetty shettyg at nicira.com
Tue Nov 5 21:23:57 UTC 2013


On Tue, Nov 5, 2013 at 1:17 PM, Joe Stringer <joestringer at nicira.com> wrote:
> Acked-by: Joe Stringer <joestringer at nicira.com>
Thanks. Applied.
>
> On 5 November 2013 13:05, Gurucharan Shetty <shettyg at nicira.com> wrote:
>> commit 1d5aaa61f (ovs-controller: Rename test-controller and do not
>> install or package.) removed a variable definition but not its use.
>> Fix it.
>>
>> Bug #20901.
>> Signed-off-by: Gurucharan Shetty <gshetty at nicira.com>
>> ---
>>  utilities/bugtool/ovs-bugtool.in |    2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/utilities/bugtool/ovs-bugtool.in b/utilities/bugtool/ovs-bugtool.in
>> index f4bf383..15f8271 100755
>> --- a/utilities/bugtool/ovs-bugtool.in
>> +++ b/utilities/bugtool/ovs-bugtool.in
>> @@ -549,7 +549,7 @@ exclude those logs from the archive.
>>      file_output(CAP_NETWORK_CONFIG, [SYSCONFIG_NETWORK, RESOLV_CONF, NSSWITCH_CONF, HOSTS])
>>      file_output(CAP_NETWORK_CONFIG, [NTP_CONF, IPTABLES_CONFIG, HOSTS_ALLOW, HOSTS_DENY])
>>      file_output(CAP_NETWORK_CONFIG, [OPENVSWITCH_DEFAULT_SWITCH,
>> -                OPENVSWITCH_SYSCONFIG_SWITCH, OPENVSWITCH_DEFAULT_CONTROLLER])
>> +                OPENVSWITCH_SYSCONFIG_SWITCH])
>>
>>      cmd_output(CAP_NETWORK_INFO, [IFCONFIG, '-a'])
>>      cmd_output(CAP_NETWORK_INFO, [ROUTE, '-n'])
>> --
>> 1.7.9.5
>>
>> _______________________________________________
>> dev mailing list
>> dev at openvswitch.org
>> http://openvswitch.org/mailman/listinfo/dev



More information about the dev mailing list