]>
Commit | Line | Data |
---|---|---|
ec8f24b7 | 1 | # SPDX-License-Identifier: GPL-2.0-only |
1ce84604 YG |
2 | # |
3 | # IFE subsystem configuration | |
4 | # | |
5 | ||
6 | menuconfig NET_IFE | |
7 | depends on NET | |
bf69abad | 8 | tristate "Inter-FE based on IETF ForCES InterFE LFB" |
1ce84604 YG |
9 | default n |
10 | help | |
11 | Say Y here to add support of IFE encapsulation protocol | |
12 | For details refer to netdev01 paper: | |
13 | "Distributing Linux Traffic Control Classifier-Action Subsystem" | |
14 | Authors: Jamal Hadi Salim and Damascene M. Joachimpillai | |
15 | ||
16 | To compile this support as a module, choose M here: the module will | |
17 | be called ife. |