git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
60b7379
)
ipvlan: ipvlan depends on INET and IPV6
author
Mahesh Bandewar
<maheshb@google.com>
Thu, 27 Nov 2014 05:13:45 +0000
(21:13 -0800)
committer
David S. Miller
<davem@davemloft.net>
Sun, 30 Nov 2014 04:53:05 +0000
(20:53 -0800)
This driver uses ip_out_local() and ip6_route_output() which are
defined only if CONFIG_INET and CONFIG_IPV6 are enabled respectively.
Reported-by: Jim Davis <jim.epost@gmail.com>
Signed-off-by: Mahesh Bandewar <maheshb@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found