]> git.baikalelectronics.ru Git - kernel.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)
commit7de3f7a958bc44e8ba68451193d2c5fd327c490d
treea9f8b55ef7af9473c81f30ca87149d7989a5d918
parentf4f45b475de2f216b74b4c2263f3d1de206fa7e2
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