added comments for rp_filter (BCP38)

This commit is contained in:
K4YT3X 2020-10-21 23:37:04 -04:00
parent 7ec9bd7ef5
commit fbe72f187d

View File

@ -2,7 +2,7 @@
# Author: K4YT3X
# Contributors: IceCodeNew
# Date Created: October 5, 2020
# Last Updated: October 19, 2020
# Last Updated: October 21, 2020
# Licensed under the GNU General Public License Version 3 (GNU GPL v3),
# available at: https://www.gnu.org/licenses/gpl-3.0.txt
@ -143,8 +143,8 @@ net.ipv4.conf.all.send_redirects = 0
net.ipv4.conf.default.accept_source_route = 0
net.ipv4.conf.all.accept_source_route = 0
# enable reverse path source validation
# refer to RFC1812
# enable reverse path source validation (BCP38)
# refer to RFC1812, RFC2827, and BCP38 (http://www.bcp38.info)
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.all.rp_filter = 1