ipmr/ip6mr: Initialize the last assert time of mfc entries.
authorTom Goff <thomas.goff@ll.mit.edu>
Thu, 23 Jun 2016 20:11:57 +0000 (16:11 -0400)
committerWilly Tarreau <w@1wt.eu>
Sat, 27 Aug 2016 09:40:20 +0000 (11:40 +0200)
commit23f2a4ce4fc03e4f37f6fe341bbb1baace1b097e
treed659b1e73f84f8491087534676df4b822227dc21
parentd09f7f9a7b70ce6cf3439a5b6c953e057c157dd7
ipmr/ip6mr: Initialize the last assert time of mfc entries.

commit 70a0dec45174c976c64b4c8c1d0898581f759948 upstream.

This fixes wrong-interface signaling on 32-bit platforms for entries
created when jiffies > 2^31 + MFC_ASSERT_THRESH.

Signed-off-by: Tom Goff <thomas.goff@ll.mit.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Willy Tarreau <w@1wt.eu>
net/ipv4/ipmr.c
net/ipv6/ip6mr.c