Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>, base-system@g.o
Subject: [gentoo-dev] [PATCH 17/17] profiles: Remove unused XTABLES_ADDONS
Date: Thu, 26 May 2016 18:53:16
Message-Id: 20160526184353.1294-18-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH 00/17] USE_EXPAND cleanup by "Michał Górny"
1 ---
2 profiles/desc/xtables_addons.desc | 3 ---
3 1 file changed, 3 deletions(-)
4
5 diff --git a/profiles/desc/xtables_addons.desc b/profiles/desc/xtables_addons.desc
6 index 23c13a5..7867abb 100644
7 --- a/profiles/desc/xtables_addons.desc
8 +++ b/profiles/desc/xtables_addons.desc
9 @@ -19,9 +19,6 @@ gradm - match packets based on grsecurity RBAC status
10 iface - match allows to check interface states
11 ipmark - IPMARK target allows mark a received packet basing on its IP address
12 ipp2p - matches certain packets in P2P flows
13 -ipset - enables build of ipset related modules and tools
14 -ipset4 - enables build of ipset-4.x related modules and tools
15 -ipset6 - enables build of ipset-6.x related modules and tools
16 ipv4options - match against a set of IPv4 header options
17 length2 - matches the length of a packet against a specific value or range of values
18 logmark - LOGMARK target will log packet and connection marks to syslog
19 --
20 2.8.3

Replies

Subject Author
Re: [gentoo-dev] [PATCH 17/17] profiles: Remove unused XTABLES_ADDONS "Robin H. Johnson" <robbat2@g.o>