[ovs-dev] [PATCH v2] dpctl: Fix crash.

YAMAMOTO Takashi yamamoto at valinux.co.jp
Tue Nov 25 02:45:37 UTC 2014


> diff --git a/lib/netdev-vport.c b/lib/netdev-vport.c
> index 167212e..3825a09 100644
> --- a/lib/netdev-vport.c
> +++ b/lib/netdev-vport.c
> @@ -254,8 +254,6 @@ netdev_vport_construct(struct netdev *netdev_)
>          dev->tnl_cfg.dst_port = htons(LISP_DST_PORT);
>      }
>  
> -    route_table_register();
> -
>      return 0;
>  }
>  

is it intended to leave the corresponding route_table_unregister as is?
it seems wrong to me.

YAMAMOTO Takashi



More information about the dev mailing list