diff options
author | Carsten Emde <C.Emde@osadl.org> | 2011-07-19 13:51:17 +0100 |
---|---|---|
committer | Clark Williams <williams@redhat.com> | 2012-02-15 10:33:02 -0600 |
commit | b688ed50b88b1ca6b98bca0a6ad35038594d8e77 (patch) | |
tree | 95cb66da7425ee8a4d4c5254ab7233c94b7638dd /include | |
parent | 378d25f8c1f5bcb55c6035ead788326ffc112d56 (diff) |
ping-sysrq.patch
There are (probably rare) situations when a system crashed and the system
console becomes unresponsive but the network icmp layer still is alive.
Wouldn't it be wonderful, if we then could submit a sysreq command via ping?
This patch provides this facility. Please consult the updated documentation
Documentation/sysrq.txt for details.
Signed-off-by: Carsten Emde <C.Emde@osadl.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/net/netns/ipv4.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/ipv4.h b/include/net/netns/ipv4.h index d786b4fc02a4..8cef1d197dd2 100644 --- a/include/net/netns/ipv4.h +++ b/include/net/netns/ipv4.h @@ -47,6 +47,7 @@ struct netns_ipv4 { int sysctl_icmp_echo_ignore_all; int sysctl_icmp_echo_ignore_broadcasts; + int sysctl_icmp_echo_sysrq; int sysctl_icmp_ignore_bogus_error_responses; int sysctl_icmp_ratelimit; int sysctl_icmp_ratemask; |