mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-05-02 18:17:50 -04:00
6lowpan: nhc: add other known rfc6282 compressions
This patch adds other known rfc6282 compression formats to the nhc framework. These compression formats are known but not implemented yet. For now this is useful to printout a warning which compression format isn't supported. Signed-off-by: Alexander Aring <alex.aring@gmail.com> Cc: Martin Townsend <mtownsend1973@gmail.com> Reviewed-by: Stefan Schmidt <s.schmidt@samsung.com> Acked-by: Jukka Rissanen <jukka.rissanen@linux.intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
committed by
Marcel Holtmann
parent
cc6ed26847
commit
ff0fcc2987
@@ -14,6 +14,44 @@ menuconfig 6LOWPAN_NHC
|
||||
|
||||
if 6LOWPAN_NHC
|
||||
|
||||
config 6LOWPAN_NHC_DEST
|
||||
tristate "Destination Options Header Support"
|
||||
default y
|
||||
---help---
|
||||
6LoWPAN IPv6 Destination Options Header compression according to
|
||||
RFC6282.
|
||||
|
||||
config 6LOWPAN_NHC_FRAGMENT
|
||||
tristate "Fragment Header Support"
|
||||
default y
|
||||
---help---
|
||||
6LoWPAN IPv6 Fragment Header compression according to RFC6282.
|
||||
|
||||
config 6LOWPAN_NHC_HOP
|
||||
tristate "Hop-by-Hop Options Header Support"
|
||||
default y
|
||||
---help---
|
||||
6LoWPAN IPv6 Hop-by-Hop Options Header compression according to
|
||||
RFC6282.
|
||||
|
||||
config 6LOWPAN_NHC_IPV6
|
||||
tristate "IPv6 Header Support"
|
||||
default y
|
||||
---help---
|
||||
6LoWPAN IPv6 Header compression according to RFC6282.
|
||||
|
||||
config 6LOWPAN_NHC_MOBILITY
|
||||
tristate "Mobility Header Support"
|
||||
default y
|
||||
---help---
|
||||
6LoWPAN IPv6 Mobility Header compression according to RFC6282.
|
||||
|
||||
config 6LOWPAN_NHC_ROUTING
|
||||
tristate "Routing Header Support"
|
||||
default y
|
||||
---help---
|
||||
6LoWPAN IPv6 Routing Header compression according to RFC6282.
|
||||
|
||||
config 6LOWPAN_NHC_UDP
|
||||
tristate "UDP Header Support"
|
||||
default y
|
||||
|
||||
Reference in New Issue
Block a user