On Tue, 6 Nov 2018 22:38:59 +0100 Stefano Brivio <sbri...@redhat.com> wrote:
> df = htons(IP_DF); > } > > + if (!df) { > + if (vxlan->cfg.df == VXLAN_DF_SET) { > + df = htons(IP_DF); I am confused, this looks like this new flag is duplicating the exiting tunnel DF flag. (in info->key.tun.flags). Why is another flag needed?