Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 menuconfig NET_NSH
0003         tristate "Network Service Header (NSH) protocol"
0004         default n
0005         help
0006           Network Service Header is an implementation of Service Function
0007           Chaining (RFC 7665). The current implementation in Linux supports
0008           only MD type 1 and only with the openvswitch module.
0009 
0010           If unsure, say N.