Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/desc/
Date: Sat, 30 Dec 2017 09:19:03
Message-Id: 1514625531.c8009b2746d1dba6e24725aadeadf3cc4a86516f.mgorny@gentoo
1 commit: c8009b2746d1dba6e24725aadeadf3cc4a86516f
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 30 09:17:33 2017 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 30 09:18:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8009b27
7
8 profiles/desc: Remove unused XTABLES_ADDONS
9
10 profiles/desc/xtables_addons.desc | 6 +-----
11 1 file changed, 1 insertion(+), 5 deletions(-)
12
13 diff --git a/profiles/desc/xtables_addons.desc b/profiles/desc/xtables_addons.desc
14 index a59618fda9f..c78e11c7dcc 100644
15 --- a/profiles/desc/xtables_addons.desc
16 +++ b/profiles/desc/xtables_addons.desc
17 @@ -1,4 +1,4 @@
18 -# Copyright 1999-2013 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 # This file contains descriptions of XTABLES_ADDONS USE-EXPANDED variables.
23 @@ -6,7 +6,6 @@
24
25 account - ACCOUNT target is a high performance accounting system for large local networks
26 chaos - CHAOS target causes confusion on the other end by doing odd things with incoming packets
27 -checksum - CHECKSUM target computes and fills in the checksum in a packet that lacks a checksum
28 condition - matches if a specific condition variable is (un)set
29 delude - DELUDE target will reply to a SYN packet with SYN-ACK, and to all other packets with an RST
30 dhcpmac - DHCPMAC target/match in conjunction with ebtables can be used to completely change all MAC addresses from and to a VMware-based virtual machine
31 @@ -25,8 +24,5 @@ lscan - match detects simple low-level scan attemps based upon the packet's cont
32 quota2 - match implements a named counter which can be increased or decreased on a per-match basis
33 pknock - match implements so-called "port knocking", a stealthy system for network authentication
34 psd - match attempts to detect TCP and UDP port scans (derived from Solar Designer's scanlogd)
35 -rawnat - The RAWSNAT and RAWDNAT targets provide stateless network address translation
36 -steal - STEAL target is like DROP, but does not throw an error when used in the OUTPUT chain
37 sysrq - SYSRQ target allows to remotely trigger sysrq on the local machine over the network
38 tarpit - TARPIT target captures and holds incoming TCP connections using no local per-connection resources
39 -tee - TEE target will clone a packet and redirect this clone to another machine on the local network segment