add missing netmap module for iptables user space app
SVN-Revision: 1398
This commit is contained in:
parent
45ed03378e
commit
7223882cd1
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ ext-$(CONFIG_IP_NF_TARGET_MARK) += MARK
|
||||||
#ext-$(CONFIG_IP_NF_TARGET_LOG) += LOG
|
#ext-$(CONFIG_IP_NF_TARGET_LOG) += LOG
|
||||||
ext-$(CONFIG_IP_NF_TARGET_ULOG) += ULOG
|
ext-$(CONFIG_IP_NF_TARGET_ULOG) += ULOG
|
||||||
#ext-$(CONFIG_IP_NF_TARGET_TCPMSS) += TCPMSS
|
#ext-$(CONFIG_IP_NF_TARGET_TCPMSS) += TCPMSS
|
||||||
|
ext-$(CONFIG_IP_NF_TARGET_NETMAP) += NETMAP
|
||||||
|
|
||||||
# add extensions that don't depend on kernel config
|
# add extensions that don't depend on kernel config
|
||||||
ext-m += TTL
|
ext-m += TTL
|
||||||
|
|
Loading…
Reference in a new issue