On Tue, Nov 10, 2020 at 4:17 PM Yi-Hung Wei <yihung....@gmail.com> wrote: > > Currently, we may set the tunnel option flag when the size of metadata > is zero. For example, we set TUNNEL_GENEVE_OPT in the receive function > no matter the geneve option is present or not. As this may result in > issues on the tunnel flags consumers, this patch fixes the issue. > > Related discussion: > * > https://lore.kernel.org/netdev/1604448694-19351-1-git-send-email-yihung....@gmail.com/T/#u > > Fixes: 256c87c17c53 ("net: check tunnel option type in tunnel flags") > Signed-off-by: Yi-Hung Wei <yihung....@gmail.com> > ---
Sorry that I did not indicate in the subject line of the previous email. It should be "[PATCH net]". -Yi-Hung