mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 05:51:18 +02:00
coreos: add ipset, for use with iptables
Note: for now we don't have any units to save/restore ipset data. We may need to modify the current iptables units so looking into ipsets should be included as part of that work.
This commit is contained in:
parent
c9028e3d53
commit
7baa32f117
@ -113,6 +113,7 @@ RDEPEND="${RDEPEND}
|
|||||||
coreos-base/coreos-cloudinit
|
coreos-base/coreos-cloudinit
|
||||||
coreos-base/coretest
|
coreos-base/coretest
|
||||||
net-analyzer/nmap
|
net-analyzer/nmap
|
||||||
|
net-firewall/ipset
|
||||||
net-firewall/iptables
|
net-firewall/iptables
|
||||||
net-misc/bridge-utils
|
net-misc/bridge-utils
|
||||||
net-misc/dhcpcd
|
net-misc/dhcpcd
|
||||||
|
@ -79,3 +79,6 @@ app-admin/sudo -sendmail
|
|||||||
|
|
||||||
# avoid pulling in gnutls
|
# avoid pulling in gnutls
|
||||||
sys-apps/systemd -ssl
|
sys-apps/systemd -ssl
|
||||||
|
|
||||||
|
# disable kernel config detection and module building
|
||||||
|
net-firewall/ipset -modules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user