]> git.pld-linux.org Git - projects/rc-scripts.git/commitdiff
- added net.ipv4.conf.default.rp_filter=1 -- *.all.* has no real effect:
authorradek <radek@pld-linux.org>
Sun, 2 Jan 2005 21:49:00 +0000 (21:49 +0000)
committerradek <radek@pld-linux.org>
Sun, 2 Jan 2005 21:49:00 +0000 (21:49 +0000)
  when sysctl -p is run, interfaces are not up yet

svn-id: @5417

sysctl.conf

index 7919579b3d3ea7ffe9cebb018192eb8d8ca6974a..8dc1a309967d8a70a24935021a499238c19d0781 100644 (file)
@@ -5,6 +5,7 @@ net.ipv4.ip_forward = 0
 
 # Enables source route verification
 net.ipv4.conf.all.rp_filter = 1
+net.ipv4.conf.default.rp_filter = 1
 
 # Accept ICMP redirect messages (suggested 1 for hosts and 0 for routers)
 # net.ipv4.conf.all.accept_redirects = 1
This page took 0.111048 seconds and 4 git commands to generate.