Re: [PATCH] ip_gre: fix ip-config error reported by lkp-robot

2017-11-12 Thread David Miller
From: William Tu Date: Tue, 7 Nov 2017 07:57:44 -0800 > lkp-robot reports the following two errors: > IP-Config: Failed to open gretap0 > IP-Config: Failed to open erspan0 > due to device's mac address is zero. Fix it by assigning > a random Ethernet address. > > Signed-off-by: William Tu

[PATCH] ip_gre: fix ip-config error reported by lkp-robot

2017-11-07 Thread William Tu
lkp-robot reports the following two errors: IP-Config: Failed to open gretap0 IP-Config: Failed to open erspan0 due to device's mac address is zero. Fix it by assigning a random Ethernet address. Signed-off-by: William Tu --- net/ipv4/ip_gre.c | 6 ++ 1 file changed, 6 insertions(+) di