From 45b2e64d823e0cb5ce13f1a85b8b208d7b806c30 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 26 Mar 2009 21:32:44 +0100 Subject: [PATCH] desc: add informational Kconfig descriptions --- extensions/xt_DHCPADDR.Kconfig | 8 ++++++++ extensions/xt_ipv4options.Kconfig | 6 ++++++ extensions/xt_length2.Kconfig | 7 +++++++ extensions/xt_quota2.Kconfig | 8 ++++++++ 4 files changed, 29 insertions(+) create mode 100644 extensions/xt_DHCPADDR.Kconfig create mode 100644 extensions/xt_ipv4options.Kconfig create mode 100644 extensions/xt_length2.Kconfig create mode 100644 extensions/xt_quota2.Kconfig diff --git a/extensions/xt_DHCPADDR.Kconfig b/extensions/xt_DHCPADDR.Kconfig new file mode 100644 index 0000000..366cdbe --- /dev/null +++ b/extensions/xt_DHCPADDR.Kconfig @@ -0,0 +1,8 @@ +config NETFILTER_XT_DHCPADDR + tristate '"DHCPADDR" DHCP address matching and manipulation support' + depends on NETFILTER_XTABLES + depends on IP_NF_MANGLE || IP6_NF_MANGLE + ---help--- + The DHCPADDR extensions allows to match and change the MAC address in + a DHCP packet, so as to work around VMware's "inability" to use MAC + addresses from a vendor different than VMware at boot time. diff --git a/extensions/xt_ipv4options.Kconfig b/extensions/xt_ipv4options.Kconfig new file mode 100644 index 0000000..9ef0f92 --- /dev/null +++ b/extensions/xt_ipv4options.Kconfig @@ -0,0 +1,6 @@ +config NETFILTER_XT_MATCH_IPV4OPTIONS + tristate '"ipv4options" IPv4 option match support' + depends on NETFILTER_XTABLES + ---help--- + The ipv4options match can be used to check on the presence or absence + of one or move IPv4 options. diff --git a/extensions/xt_length2.Kconfig b/extensions/xt_length2.Kconfig new file mode 100644 index 0000000..3e8b5b5 --- /dev/null +++ b/extensions/xt_length2.Kconfig @@ -0,0 +1,7 @@ +config NETFILTER_XT_MATCH_LENGTH2 + tristate '"length2" match support' + depends on NETFILTER_XTABLES + ---help--- + This option adds the "length2" match which is an advanced form of + xt_length that allows unambiguous layer-4/-5/-7 length matching. It is + useful to detect empty packets or for aiding in packet scheduling. diff --git a/extensions/xt_quota2.Kconfig b/extensions/xt_quota2.Kconfig new file mode 100644 index 0000000..74744af --- /dev/null +++ b/extensions/xt_quota2.Kconfig @@ -0,0 +1,8 @@ +config NETFILTER_XT_MATCH_QUOTA2 + tristate '"quota2" match support' + depends on NETFILTER_XTABLES + ---help--- + This option adds the "quota2" match which is an advanced form of + xt_quota that also allows counting upwards, and where the counter can + be set through procfs. This allows for simple interfacing of + accounting information.