47cbd0dde4
Copy from home:jengelh:branches:Base:System/procps via accept of submit request 26498 revision 3. Request was accepted with message: ok OBS-URL: https://build.opensuse.org/request/show/26498 OBS-URL: https://build.opensuse.org/package/show/Base:System/procps?expand=0&rev=12
15 lines
563 B
Plaintext
15 lines
563 B
Plaintext
# Disable response to broadcasts.
|
|
# You don't want yourself becoming a Smurf amplifier.
|
|
net.ipv4.icmp_echo_ignore_broadcasts = 1
|
|
# enable route verification on all interfaces
|
|
net.ipv4.conf.all.rp_filter = 1
|
|
# disable IPv6 completely
|
|
#net.ipv6.conf.all.disable_ipv6 = 1
|
|
# enable IPv6 forwarding
|
|
#net.ipv6.conf.all.forwarding = 1
|
|
# increase the number of possible inotify(7) watches
|
|
fs.inotify.max_user_watches = 65536
|
|
# avoid deleting secondary IPs on deleting the primary IP
|
|
net.ipv4.conf.default.promote_secondaries = 1
|
|
net.ipv4.conf.all.promote_secondaries = 1
|