[IPV4]: Update icmp sysctl docs and disable broadcast ECHO/TIMESTAMP by default
It's not a good idea to be smurf'able by default. The few people who need this can turn it on. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -188,7 +188,7 @@ struct icmp_err icmp_err_convert[] = {
|
||||
|
||||
/* Control parameters for ECHO replies. */
|
||||
int sysctl_icmp_echo_ignore_all;
|
||||
int sysctl_icmp_echo_ignore_broadcasts;
|
||||
int sysctl_icmp_echo_ignore_broadcasts = 1;
|
||||
|
||||
/* Control parameter - ignore bogus broadcast responses? */
|
||||
int sysctl_icmp_ignore_bogus_error_responses;
|
||||
|
Reference in New Issue
Block a user