Loading...
1menuconfig NET_NSH
2 tristate "Network Service Header (NSH) protocol"
3 default n
4 ---help---
5 Network Service Header is an implementation of Service Function
6 Chaining (RFC 7665). The current implementation in Linux supports
7 only MD type 1 and only with the openvswitch module.
8
9 If unsure, say N.
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig NET_NSH
3 tristate "Network Service Header (NSH) protocol"
4 default n
5 help
6 Network Service Header is an implementation of Service Function
7 Chaining (RFC 7665). The current implementation in Linux supports
8 only MD type 1 and only with the openvswitch module.
9
10 If unsure, say N.