2
0
mirror of https://github.com/openvswitch/ovs synced 2025-08-31 14:25:26 +00:00

netdev-dpdk: set_miimon should return EOPNOTSUPP.

According to netdev-provider, this function should return
EOPNOTSUPP if not supported.

Signed-off-by: Mark D. Gray <mark.d.gray@intel.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
This commit is contained in:
Mark D. Gray
2015-02-13 10:00:58 +00:00
committed by Ben Pfaff
parent 87df2bfc73
commit ee32150e7f

View File

@@ -1116,7 +1116,7 @@ static int
netdev_dpdk_set_miimon(struct netdev *netdev_ OVS_UNUSED,
long long int interval OVS_UNUSED)
{
return 0;
return EOPNOTSUPP;
}
static int