mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
parent
68b26e6bef
commit
ad91f093ac
48 changed files with 37032 additions and 0 deletions
15
shortcut-fe/src/Kconfig
Normal file
15
shortcut-fe/src/Kconfig
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue