Re: [PATCH net] gre6: allow to update all parameters via rtnl

2015-12-04 Thread David Miller
From: Nicolas Dichtel Date: Thu, 3 Dec 2015 17:21:50 +0100 > Parameters were updated only if the kernel was unable to find the tunnel > with the new parameters, ie only if core pamareters were updated (keys, > addr, link, type). > Now it's possible to update ttl, hoplimit, flowinfo and flags. >

[PATCH net] gre6: allow to update all parameters via rtnl

2015-12-03 Thread Nicolas Dichtel
Parameters were updated only if the kernel was unable to find the tunnel with the new parameters, ie only if core pamareters were updated (keys, addr, link, type). Now it's possible to update ttl, hoplimit, flowinfo and flags. Fixes: c12b395a4664 ("gre: Support GRE over IPv6") Signed-off-by: Nicol