ovn-northd: Support connecting multiple routers to a switch.
authorGurucharan Shetty <guru@ovn.org>
Fri, 6 May 2016 16:02:08 +0000 (09:02 -0700)
committerGurucharan Shetty <guru@ovn.org>
Fri, 3 Jun 2016 00:58:34 +0000 (17:58 -0700)
commit75cf9d2b9cf3368b422d86d190ab3aa125ae8ffb
treef88e64632e14edc6e58211453227b9e6f057454b
parentb6161e637fbf32761cf1a2936c4fdca666dfbd79
ovn-northd: Support connecting multiple routers to a switch.

Currently we can connect routers via "peer"ing. This limits
the number of routers that can be connected with each other
directly to 2.

One of the design goals for L3 Gateway is to be able to
have multiple gateways (each with their own router)
connected to a distributed router via a switch.

With the above goal in mind, this commit gives the general
ability to connect multiple routers via a switch.

Signed-off-by: Gurucharan Shetty <guru@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
ovn/controller/lflow.c
ovn/northd/ovn-northd.c
ovn/ovn-nb.xml
tests/ovn.at