mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
dpif-netdev: Constify key parameter of dp_netdev_action_userspace()
Signed-off-by: Simon Horman <horms@verge.net.au> Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
@@ -1198,7 +1198,7 @@ dp_netdev_sample(struct dp_netdev *dp,
|
||||
|
||||
static void
|
||||
dp_netdev_action_userspace(struct dp_netdev *dp,
|
||||
struct ofpbuf *packet, struct flow *key,
|
||||
struct ofpbuf *packet, const struct flow *key,
|
||||
const struct nlattr *a)
|
||||
{
|
||||
const struct nlattr *userdata;
|
||||
|
Reference in New Issue
Block a user