Re: [ovs-dev] [PATCHv2] system-traffic: Add link-args for ADD_NATIVE_TUNNEL.

2016-08-18 Thread Joe Stringer
On 18 August 2016 at 14:06, Joe Stringer wrote: > On 18 August 2016 at 11:09, William Tu wrote: >> Ubuntu 14.04 with kernel 3.13 fails to set a GRE tunnel's mac address >> after device state is up. The patch first introduces additional args >> 'link-args' for 'ip link set' and uses it to adds ma

Re: [ovs-dev] [PATCHv2] system-traffic: Add link-args for ADD_NATIVE_TUNNEL.

2016-08-18 Thread Joe Stringer
On 18 August 2016 at 11:09, William Tu wrote: > Ubuntu 14.04 with kernel 3.13 fails to set a GRE tunnel's mac address > after device state is up. The patch first introduces additional args > 'link-args' for 'ip link set' and uses it to adds mac address setting > in ADD_NATIVE_TUNNEL. As a result