xref: /linux/net/nsh/Kconfig (revision 4b4193256c8d3bc3a5397b5cd9494c2ad386317d)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2c411ed85SJiri Bencmenuconfig NET_NSH
3c411ed85SJiri Benc	tristate "Network Service Header (NSH) protocol"
4c411ed85SJiri Benc	default n
5*a7f7f624SMasahiro Yamada	help
6c411ed85SJiri Benc	  Network Service Header is an implementation of Service Function
7c411ed85SJiri Benc	  Chaining (RFC 7665). The current implementation in Linux supports
8c411ed85SJiri Benc	  only MD type 1 and only with the openvswitch module.
9c411ed85SJiri Benc
10c411ed85SJiri Benc	  If unsure, say N.
11