[ovs-dev] [PATCH] ovn-northd: Add support for static_routes.

2016-04-19 Thread steve.ruan
From: Guru Shetty static routes are useful when connecting multiple routers with each other. Signed-off-by: Gurucharan Shetty Signed-off-by: steve.ruan --- ovn/northd/ovn-northd.8.xml | 5 +- ovn/northd/ovn-northd.c | 101 + ovn/ovn-nb.ovsschema | 15

[ovs-dev] [PATCH] ovn-northd: Add support for static_routes.

2016-04-20 Thread steve.ruan
From: Guru Shetty static routes are useful when connecting multiple routers with each other. Signed-off-by: steve.ruan Signed-off-by: Gurucharan Shetty Co-authored-by: Gurucharan Shetty Reported-by: Na Zhu Reported-by: Dustin Lundquist Reported-at: https://bugs.launchpad.net/networking

[ovs-dev] [PATCH v5 1/1] ovn-northd: Add support for static_routes.

2016-04-24 Thread steve.ruan
static routes are useful when connecting multiple routers with each other. Signed-off-by: steve.ruan Co-authored-by: Gurucharan Shetty Reported-by: Na Zhu Reported-by: Dustin Lundquist Reported-at: https://bugs.launchpad.net/networking-ovn/+bug/1545140 https://bugs.launchpad.net/networking

[ovs-dev] [PATCH V5 1/1] ovn-northd: Add support for static_routes.

2016-04-24 Thread steve.ruan
static routes are useful when connecting multiple routers with each other. Signed-off-by: steve.ruan Co-authored-by: Gurucharan Shetty Reported-by: Na Zhu Reported-by: Dustin Lundquist Reported-at: https://bugs.launchpad.net/networking-ovn/+bug/1545140 https://bugs.launchpad.net/networking

[ovs-dev] [PATCH V6 1/1] ovn-northd: Add support for static_routes.

2016-05-03 Thread steve.ruan
Logical patch ports are used to connect logical routers together. Static routes are used to select between different logical router ports when exiting a logical router. Signed-off-by: Steve Ruan Co-authored-by: Gurucharan Shetty Reported-by: Na Zhu Reported-by: Dustin Lundquist Reported-a