On 16 March 2017 at 13:22, Eric Garver <[email protected]> wrote:
> Creates VXLAN devices using rtnetlink and tunnel metadata.
>
> Co-Authored-by: Thadeu Lima de Souza Cascardo <[email protected]>
> Signed-off-by: Thadeu Lima de Souza Cascardo <[email protected]>
> Signed-off-by: Eric Garver <[email protected]>
> ---
<snip>
> +static int
> +dpif_netlink_rtnl_vxlan_destroy(const char *name)
> +{
> + return dpif_netlink_rtnl_destroy(name);
> +}
Looks like this function doesn't add anything---caller can just call
dpif_netlink_rtnl_destroy() directly?
Same feedback for other tunnels.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev