Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop sysctl.d/00-system.conf | Zbigniew Jędrzejewski-Szmek | 2017-07-27 | 1 | -9/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This file now only contains lines to disable netfilter on bridges. In kernel 3.18 this filtering functionality was made non-default by moving it to br_netfilter [https://bugzilla.redhat.com/show_bug.cgi?id=512206]. Aybody who actually wants to use br_netfilter has to load it explicitly anyway, so disabling it through sysctl isn't necessary anymore. The reason for removal is that by default (i.e. when br_netfilter is not loaded), we get a warning on every boot: systemd-sysctl[210]: Couldn't write '0' to 'net/bridge/bridge-nf-call-ip6tables', ignoring: No such file or directory systemd-sysctl[210]: Couldn't write '0' to 'net/bridge/bridge-nf-call-iptables', ignoring: No such file or directory systemd-sysctl[210]: Couldn't write '0' to 'net/bridge/bridge-nf-call-arptables', ignoring: No such file or directory This is confusing for users and inelegant. The downside of removing this file is for people who load br_netfilter for some reason *and* do no want to use it, will have to take an additional step now (either restore the sysctl settings or remove br_netfilter from /etc/modules-load.d or wherever). I expect the number of people affected to be very small. (Note that the file was overwritten on sparc and s390, so those architectures see no change.) | ||||
* | sysctl.conf: drop SHMALL and SHMMAX, they have sane default values in kernel | Lukas Nykryn | 2015-05-06 | 1 | -6/+0 |
| | |||||
* | set shmmax and shmall defaults to match rhel6 values (#1056547) | Lukas Nykryn | 2014-02-13 | 1 | -0/+6 |
| | |||||
* | remove some defaults from sysctl.conf (move to systemd) | Václav Pavlín | 2013-04-03 | 1 | -20/+0 |
| | |||||
* | turn on symlink protections in sysctl (#922030) | Lukas Nykryn | 2013-03-15 | 1 | -0/+4 |
| | |||||
* | Remove outdated "Red Hat Linux" comments from sysctl.conf. | Ville Skyttä | 2011-02-25 | 1 | -1/+1 |
| | |||||
* | Disable netfilter on bridged interfaces. (#512206) | Bill Nottingham | 2009-07-31 | 1 | -0/+5 |
| | |||||
* | DaveM hates syncookies. | Bill Nottingham | 2008-07-24 | 1 | -3/+0 |
| | | | | TCP snickerdoodles are next on the hit list. | ||||
* | add syncookies (#145201) | Bill Nottingham | 2005-01-17 | 1 | -0/+3 |
| | |||||
* | - disallow source routed packets by defaultr7-89 | Florian La Roche | 2004-10-07 | 1 | -0/+3 |
| | |||||
* | - start cleaning up some sh coding things | Florian La Roche | 2002-06-26 | 1 | -2/+2 |
| | |||||
* | enable core dumps with PIDs by default. | Preston Brown | 2001-09-27 | 1 | -3/+14 |
| | |||||
* | use conf.default for rp_filter, not conf.all (#50166) | Bill Nottingham | 2001-08-09 | 1 | -1/+1 |
| | |||||
* | ip_always_defrag goes *poof* | Bill Nottingham | 2001-01-15 | 1 | -2/+0 |
| | |||||
* | *** empty log message ***r4-98 | Bill Nottingham | 2000-03-07 | 1 | -1/+0 |
| | |||||
* | add an extra newline | Bill Nottingham | 2000-03-07 | 1 | -0/+1 |
| | |||||
* | add files | Bill Nottingham | 1999-12-28 | 1 | -0/+8 |