1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Revert "fix"

This reverts commit 68b26e6bef.
This commit is contained in:
suyuan168 2022-05-04 22:42:35 +08:00
parent 68b26e6bef
commit ad91f093ac
48 changed files with 37032 additions and 0 deletions

15
shortcut-fe/src/Kconfig Normal file
View file

@ -0,0 +1,15 @@
#
# Shortcut forwarding engine
#
config SHORTCUT_FE
tristate "Shortcut Forwarding Engine"
depends on NF_CONNTRACK
default n
help
Shortcut is a fast in-kernel packet forwarding engine.
To compile this code as a module, choose M here: the module will be
called shortcut-fe.
If unsure, say N.