Skip to content

Commit

Permalink
ovn-architecture.7.xml: Fix ovn-controller behavior in VIF life cycle
Browse files Browse the repository at this point in the history
Signed-off-by: Hui Kang <kangh@us.ibm.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
  • Loading branch information
huikang authored and blp committed Jun 13, 2016
1 parent 269eccc commit 968353c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ovn/ovn-architecture.7.xml
Expand Up @@ -382,12 +382,12 @@
<li>
On the hypervisor where the VM is powered on, <code>ovn-controller</code>
notices <code>external-ids</code>:<code>iface-id</code> in the new
Interface. In response, it updates the local hypervisor's OpenFlow
tables so that packets to and from the VIF are properly handled.
Afterward, in the OVN Southbound DB, it updates the
Interface. In response, in the OVN Southbound DB, it updates the
<code>Binding</code> table's <code>chassis</code> column for the
row that links the logical port from
<code>external-ids</code>:<code>iface-id</code> to the hypervisor.
row that links the logical port from <code>external-ids</code>:<code>
iface-id</code> to the hypervisor. Afterward, <code>ovn-controller</code>
updates the local hypervisor's OpenFlow tables so that packets to and from
the VIF are properly handled.
</li>

<li>
Expand Down

0 comments on commit 968353c

Please sign in to comment.