> 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
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to