Arnd Bergmann 8bf42e9e51 gre6: add Kconfig dependency for NET_IPGRE_DEMUX
The ipv6 gre implementation was cleaned up to share more code
with the ipv4 version, but it can be enabled even when NET_IPGRE_DEMUX
is disabled, resulting in a link error:

net/built-in.o: In function `gre_rcv':
:(.text+0x17f5d0): undefined reference to `gre_parse_header'
ERROR: "gre_parse_header" [net/ipv6/ip6_gre.ko] undefined!

This adds a Kconfig dependency to prevent that now invalid
configuration.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: 308edfdf1563 ("gre6: Cleanup GREv6 receive path, call common GRE functions")
Acked-by: Tom Herbert <tom@herbertland.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2016-05-04 14:12:36 -04:00
..
2015-08-25 13:37:31 -07:00
2016-05-03 16:08:14 -04:00
2015-05-28 11:23:20 +08:00
2016-04-27 22:48:24 -04:00
2016-05-03 16:08:14 -04:00
2016-04-27 22:48:25 -04:00
2016-05-03 16:08:14 -04:00
2016-05-02 19:23:32 -04:00
2016-04-27 22:48:24 -04:00
2016-04-07 16:53:29 -04:00
2016-05-03 16:08:14 -04:00
2016-05-03 16:08:14 -04:00
2016-04-27 22:48:24 -04:00
2015-02-28 16:56:51 -05:00
2015-11-03 10:52:13 -05:00
2016-05-03 16:08:14 -04:00
2014-05-23 16:28:53 -04:00