Vimal Agrawal <avimalin@xxxxxxxxx> wrote: > if (nla_put_be32(skb, CTA_ID, id)) > ... > } > > I don't see ntohl being done for this field. I already told you: its a random value and thus doesn't have a 'byte order' in the first place. You can make a patch to do the conversion, but it doesn't change anything.