[PATCH] net:l2tp: Allow MAC to be configured via netlink

2018-01-23 Thread Isaac Lee
address to be configurable via netlink so that a userspace program can specify what MAC address to use at interface creation time in the kernel. Signed-off-by: Isaac Lee --- include/uapi/linux/l2tp.h | 1 + net/l2tp/l2tp_core.h | 1 + net/l2tp/l2tp_eth.c | 5 - net/l2tp/l2tp

[PATCH] net:l2tp: Allow MAC to be configured via netlink

2018-01-16 Thread Isaac Lee
address to be configurable via netlink so that a userspace program can specify what MAC address to use at interface creation time in the kernel. Signed-off-by: Isaac Lee --- include/uapi/linux/l2tp.h | 1 + net/l2tp/l2tp_core.h | 1 + net/l2tp/l2tp_eth.c | 7 ++- net/l2tp/l2tp_netli