diff options
author | Stefan Schmidt <stefan@osg.samsung.com> | 2015-12-09 22:46:26 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-12-10 01:25:25 +0100 |
commit | 20616a5a1e3bb47c385c6d5f27520e7a3cc82864 (patch) | |
tree | 2e2dd6dc4e12c819de9167852ef1d10d15ddf33e /net/6lowpan/Kconfig | |
parent | c39da3bb5b978ca03f1702c99965f3db1204516a (diff) | |
download | linux-stable-20616a5a1e3bb47c385c6d5f27520e7a3cc82864.tar.gz linux-stable-20616a5a1e3bb47c385c6d5f27520e7a3cc82864.tar.bz2 linux-stable-20616a5a1e3bb47c385c6d5f27520e7a3cc82864.zip |
6lowpan: add nhc module for GHC destination extension header detection
Acked-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Signed-off-by: Stefan Schmidt <stefan@osg.samsung.com>
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/6lowpan/Kconfig')
-rw-r--r-- | net/6lowpan/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/6lowpan/Kconfig b/net/6lowpan/Kconfig index 0a3f5a8b0f6d..e5184e65d4d3 100644 --- a/net/6lowpan/Kconfig +++ b/net/6lowpan/Kconfig @@ -75,4 +75,10 @@ config 6LOWPAN_GHC_ICMPV6 ---help--- 6LoWPAN IPv6 ICMPv6 generic header compression according to RFC7400. +config 6LOWPAN_GHC_EXT_HDR_DEST + tristate "GHC Destination Options Header Support" + ---help--- + 6LoWPAN IPv6 destination option generic header compression according + to RFC7400. + endif |