Re: [PATCH net] vxlan: use nla_put_flag for ttl inherit
From: Phil Sutter <phil@nwl.cc>
Date: 2018-09-28 17:00:11
From: Phil Sutter <phil@nwl.cc>
Date: 2018-09-28 17:00:11
On Fri, Sep 28, 2018 at 09:08:26AM +0800, Hangbin Liu wrote:
Phil pointed out that there is a mismatch between vxlan and geneve ttl inherit. We should define it as a flag and use nla_put_flag to export this opiton.
s/opiton/option/ Apart from that, LGTM! Thanks, Phil