From: Alexander Couzens <lynxis@fe80.eu>
To: netdev@vger.kernel.org
Cc: Alexander Couzens <lynxis@fe80.eu>
Subject: [PATCH] l2tp_eth: allow to set a specific mac address
Date: Wed, 19 Nov 2014 13:24:39 +0100 [thread overview]
Message-ID: <1416399879-3164-1-git-send-email-lynxis@fe80.eu> (raw)
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
---
net/l2tp/l2tp_eth.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/net/l2tp/l2tp_eth.c b/net/l2tp/l2tp_eth.c
index edb78e6..781b3a2 100644
--- a/net/l2tp/l2tp_eth.c
+++ b/net/l2tp/l2tp_eth.c
@@ -126,6 +126,7 @@ static struct net_device_ops l2tp_eth_netdev_ops = {
.ndo_uninit = l2tp_eth_dev_uninit,
.ndo_start_xmit = l2tp_eth_dev_xmit,
.ndo_get_stats64 = l2tp_eth_get_stats64,
+ .ndo_set_mac_address = eth_mac_addr,
};
static void l2tp_eth_dev_setup(struct net_device *dev)
--
2.1.3
next reply other threads:[~2014-11-19 12:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-19 12:24 Alexander Couzens [this message]
2014-11-21 19:16 ` [PATCH] l2tp_eth: allow to set a specific mac address David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1416399879-3164-1-git-send-email-lynxis@fe80.eu \
--to=lynxis@fe80.eu \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox