diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2021-03-11 16:38:08 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2021-03-11 16:38:08 -0500 |
commit | 1a1ef5157cc1b8eafeb1998afc8a13b8e12372ba (patch) | |
tree | 168f0e4c68ef3a6939d78724d487cb80f60a0f41 /profiles/base/make.defaults | |
parent | net-firewall/xtables-addons: Added 'proto' to MODULES. (diff) | |
download | gentoo-1a1ef5157cc1b8eafeb1998afc8a13b8e12372ba.tar.gz gentoo-1a1ef5157cc1b8eafeb1998afc8a13b8e12372ba.tar.bz2 gentoo-1a1ef5157cc1b8eafeb1998afc8a13b8e12372ba.zip |
profiles/base: add proto to XTABLES_ADDONS
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'profiles/base/make.defaults')
-rw-r--r-- | profiles/base/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index d77cffe03f21..eafddac4f75d 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -93,7 +93,7 @@ APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_ba # Peter Volkov <pva@gentoo.org> (2010-04-29) # Set some defaults or package will fail to build (Check mconfig in package sources) -XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account" +XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account" # Robert Buchholz <rbu@gentoo.org> (2006-01-17) # Some common lcd devices |