On Wed, Sep 04, 2019 at 11:37:32AM +0200, Phil Sutter wrote: > Code assumed host architecture to be Little Endian. Instead produce a > proper mask by pushing the set bits into most significant position and > apply htonl() on the result. > > Fixes: 3f6a2e90936bb ("conntrack: add support for CIDR notation") > Signed-off-by: Phil Sutter <phil@xxxxxx> Acked-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>