Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - I index
The Linux kernel configuration item CONFIG_IP_NF_TARGET_TTL
has multiple definitions:
net/ipv4/netfilter/Kconfig
The configuration item CONFIG_IP_NF_TARGET_TTL:
CONFIG_NETFILTER_ADVANCED && CONFIG_IP_NF_MANGLE
ipt_TTL
This is a backwards-compatible option for the user's convenience (e.g. when running oldconfig). It selects NETFILTER_XT_TARGET_HL.
net/ipv4/netfilter/Kconfig
The configuration item CONFIG_IP_NF_TARGET_TTL:
( CONFIG_IP_NF_MANGLE ) && ( CONFIG_NETFILTER_ADVANCED )
ipt_TTL
This option adds a `TTL' target, which enables the user to modify the TTL value of the IP header.
While it is safe to decrement/lower the TTL, this target also enables functionality to increment and set the TTL value of the IP header to arbitrary values. This is EXTREMELY DANGEROUS since you can easily create immortal packets that loop forever on the network.
To compile it as a module, choose M here. If unsure, say N.
Raw data from LKDDb:
lkddb module ipt_TTL CONFIG_IP_NF_TARGET_TTL : net/ipv4/netfilter/Kconfig : "TTL target support" # in 2.6.14–2.6.29
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - I index
Automatically generated (in year 2024). See also LKDDb sources on GitLab