Converts 'router' section to lowercase in bigswitch config

The restproxy.ini file contained an uppercase section
which is converted to lowercase by this patch to match
existing naming conventions.

Change-Id: Ib8eb69406cae3898c4c9f3fd106f8c7ffef06f01
Fixes: bug #1194296
This commit is contained in:
Kevin Benton 2013-06-24 15:06:35 -07:00
parent 34c4d9c6fa
commit c86d8fcf6b
2 changed files with 2 additions and 2 deletions

View File

@ -51,7 +51,7 @@ servers=localhost:8080
# default: ovs
# vif_type = ovs
[ROUTER]
[router]
# Specify the default router rules installed in newly created tenant routers
# Specify multiple times for multiple rules
# Format is <tenant>:<source>:<destination>:<action>

View File

@ -31,7 +31,7 @@ serverssl=False
# default: ovs
vif_type = ovs
[ROUTER]
[router]
# Specify the default router rules installed in newly created tenant routers
# Specify multiple times for multiple rules
# Use an * to specify default for all tenants