]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
net: Initialize flow flags in input path
authorDavid Ahern <dsa@cumulusnetworks.com>
Wed, 30 Sep 2015 02:07:07 +0000 (19:07 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Sep 2015 04:52:32 +0000 (21:52 -0700)
commitb84f78782052ee4516903e5d0566a5eee365b771
treea9f8b55ef7af9473c81f30ca87149d7989a5d918
parent57a47532c4312159935c98b7f1cf0e62296b9171
net: Initialize flow flags in input path

The fib_table_lookup tracepoint found 2 places where the flowi4_flags is
not initialized.

Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fib_frontend.c
net/ipv4/route.c