Skip to content

Commit

Permalink
datapath: compat: geneve: use ovs specific device type for compat gen…
Browse files Browse the repository at this point in the history
…eve module.

This allows openvswitch and geneve module co-exist kernel on newer
kernels.

Reported-by: Joe Stringer <[email protected]>
Signed-off-by: Pravin B Shelar <[email protected]>
Acked-by: Jesse Gross <[email protected]>
  • Loading branch information
pshelar committed Sep 12, 2016
1 parent 4eb67d3 commit 7e96dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datapath/linux/compat/geneve.c
Original file line number Diff line number Diff line change
Expand Up @@ -1574,7 +1574,7 @@ static int geneve_fill_info(struct sk_buff *skb, const struct net_device *dev)
}

static struct rtnl_link_ops geneve_link_ops __read_mostly = {
.kind = "geneve",
.kind = "ovs_geneve",
.maxtype = IFLA_GENEVE_MAX,
.policy = geneve_policy,
.priv_size = sizeof(struct geneve_dev),
Expand Down

0 comments on commit 7e96dff

Please sign in to comment.