File tree Expand file tree Collapse file tree 4 files changed +1406
-0
lines changed Expand file tree Collapse file tree 4 files changed +1406
-0
lines changed Original file line number Diff line number Diff line change @@ -239,6 +239,15 @@ config IP_NF_TARGET_NETMAP
239
239
(e.g. when running oldconfig). It selects
240
240
CONFIG_NETFILTER_XT_TARGET_NETMAP.
241
241
242
+ config IP_NF_TARGET_FULLCONENAT
243
+ tristate "FULLCONENAT target support"
244
+ depends on NETFILTER_ADVANCED
245
+ select NETFILTER_XT_TARGET_FULLCONENAT
246
+ ---help---
247
+ This is a backwards-compat option for the user's convenience
248
+ (e.g. when running oldconfig). It selects
249
+ CONFIG_NETFILTER_XT_TARGET_FULLCONENAT.
250
+
242
251
config IP_NF_TARGET_REDIRECT
243
252
tristate "REDIRECT target support"
244
253
depends on NETFILTER_ADVANCED
Original file line number Diff line number Diff line change @@ -956,6 +956,14 @@ config NETFILTER_XT_TARGET_NETMAP
956
956
957
957
To compile it as a module, choose M here. If unsure, say N.
958
958
959
+ config NETFILTER_XT_TARGET_FULLCONENAT
960
+ tristate '"FULLCONENAT" target support'
961
+ depends on NF_NAT
962
+ ---help---
963
+ Full Cone NAT
964
+
965
+ To compile it as a module, choose M here. If unsure, say N.
966
+
959
967
config NETFILTER_XT_TARGET_NFLOG
960
968
tristate '"NFLOG" target support'
961
969
default m if NETFILTER_ADVANCED=n
Original file line number Diff line number Diff line change @@ -209,3 +209,6 @@ obj-$(CONFIG_IP_SET) += ipset/
209
209
210
210
# IPVS
211
211
obj-$(CONFIG_IP_VS) += ipvs/
212
+
213
+ # Full cone NAT
214
+ obj-$(CONFIG_NETFILTER_XT_TARGET_FULLCONENAT) += xt_FULLCONENAT.o
You can’t perform that action at this time.
0 commit comments