fix a typo in ofagent-bridge-setup.rst

Change-Id: I8eeb77ed6f8511e50aebf2a27d6354b085f178bc
This commit is contained in:
YAMAMOTO Takashi 2014-11-14 11:47:44 +09:00
parent 84461d1d95
commit 919ddf83b3
1 changed files with 2 additions and 2 deletions

View File

@ -15,12 +15,12 @@ Problem Description
===================
- ofagent uses bridge name (eg. "br-int") to specify the bridge to control.
it's OVS-dependant.
it's OVS-dependent.
- ofagent automatically set up the bridge on startup.
(i.e. add-br, set br protocols, set-controller, etc)
there are little point to perform it every time an agent starts up.
on-time setup during deployment is enough. also, it's OVS-dependant.
one-time setup during deployment is enough. also, it's OVS-dependent.
Proposed Change
===============