On Tue, Nov 18, 2014 at 6:54 PM, YAMAMOTO Takashi
<yamam...@valinux.co.jp> wrote:
> At least BSD implementation needs this.
>
> Signed-off-by: YAMAMOTO Takashi <yamam...@valinux.co.jp>
> ---
>  lib/ovs-router.c | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/lib/ovs-router.c b/lib/ovs-router.c
> index 2550288..82a6108 100644
> --- a/lib/ovs-router.c
> +++ b/lib/ovs-router.c
> @@ -309,6 +309,7 @@ void
>  ovs_router_unixctl_register(void)
>  {
>      classifier_init(&cls, NULL);
> +    route_table_register();
>      unixctl_command_register("ovs/route/add", "ipv4_addr/prefix_len 
> out_br_name gw", 2, 3,
>                               ovs_router_add, NULL);
>      unixctl_command_register("ovs/route/show", "", 0, 0, ovs_router_show, 
> NULL);

route table is using ovs router, so route table should initialize
ovs-route. I have posted patch for that which also fixes dpctl crash.

http://openvswitch.org/pipermail/dev/2014-November/048837.html

> --
> 1.9.4
>
> _______________________________________________
> dev mailing list
> dev@openvswitch.org
> http://openvswitch.org/mailman/listinfo/dev
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to