Re: [PATCH iproute2] iplink_geneve: correct size of message to avoid spurious errors

2018-04-20 Thread William Tu
On Wed, Apr 18, 2018 at 11:06 AM, Jakub Kicinski wrote: > Commit 6c4b672738ac ("iplink_geneve: Get rid of inet_get_addr()") > inadvertently changed the parameter to addattr_l() resulting in: > > addattr_l ERROR: message exceeded bound of 4 > > when remote is specified. > > Fixes: 6c4b672738ac ("ip

[PATCH iproute2] iplink_geneve: correct size of message to avoid spurious errors

2018-04-18 Thread Jakub Kicinski
Commit 6c4b672738ac ("iplink_geneve: Get rid of inet_get_addr()") inadvertently changed the parameter to addattr_l() resulting in: addattr_l ERROR: message exceeded bound of 4 when remote is specified. Fixes: 6c4b672738ac ("iplink_geneve: Get rid of inet_get_addr()") Signed-off-by: Jakub Kicinsk