ML2: Update a comment after the recent bind_port change

A missing comment update in
commit b1677dcb80.

No functional changes.

Change-Id: Icf1bd66a8c093d0b40632e22be662a3c8ba5c48b
This commit is contained in:
YAMAMOTO Takashi 2014-07-18 23:16:58 +09:00
parent 68713c94ee
commit 045ae35e51
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ class SimpleAgentMechanismDriverBase(AgentMechanismDriverBase):
:param agent: agents_db entry describing agent to bind
:returns: True iff segment can be bound for agent
Called inside transaction during bind_port so that derived
Called outside any transaction during bind_port so that derived
MechanismDrivers can use agent_db data along with built-in
knowledge of the corresponding agent's capabilities to
determine whether or not the specified network segment can be