Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lwtunnel: change to use nla_parse_nested on new options
As the new options added in kernel, all should always use strict parsing from the beginning with nla_parse_nested(), instead of nla_parse_nested_deprecated(). Fixes: b0a2181 ("lwtunnel: add options setting and dumping for erspan") Fixes: edf31cb ("lwtunnel: add options setting and dumping for vxlan") Fixes: 4ece477 ("lwtunnel: add options setting and dumping for geneve") Signed-off-by: Xin Long <lucien.xin@gmail.com> Reviewed-by: Simon Horman <simon.horman@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
- Loading branch information