Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 12bdc5e1 authored by David Ahern's avatar David Ahern Committed by David S. Miller
Browse files

devlink: Maintain consistency in mac field name



IPv4 name uses "destination ip" as does the IPv6 patch set.
Make the mac field consistent.

Signed-off-by: default avatarDavid Ahern <dsahern@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d35d6e92
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -31,7 +31,7 @@


static struct devlink_dpipe_field devlink_dpipe_fields_ethernet[] = {
static struct devlink_dpipe_field devlink_dpipe_fields_ethernet[] = {
	{
	{
		.name = "destination_mac",
		.name = "destination mac",
		.id = DEVLINK_DPIPE_FIELD_ETHERNET_DST_MAC,
		.id = DEVLINK_DPIPE_FIELD_ETHERNET_DST_MAC,
		.bitwidth = 48,
		.bitwidth = 48,
	},
	},