diff options
author | Andrew Hendry <andrew.hendry@gmail.com> | 2007-02-08 16:34:36 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-02-08 16:34:36 -0500 |
commit | 39e21c0d34fe769d06839679fa920217359a58b0 (patch) | |
tree | 954c04db643a0f4d9fb7e4dc686981a6b207ed57 /include/net/x25.h | |
parent | 95a9dc4390c8215d922e0ca2ebb95279261fe795 (diff) |
[X.25]: Adds /proc/sys/net/x25/x25_forward to control forwarding.
echo "1" > /proc/sys/net/x25/x25_forward
To turn on x25_forwarding, defaults to off
Requires the previous patch.
Signed-off-by: Andrew Hendry <andrew.hendry@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/x25.h')
-rw-r--r-- | include/net/x25.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/x25.h b/include/net/x25.h index 3b1190514d92..fc3f03d976f8 100644 --- a/include/net/x25.h +++ b/include/net/x25.h | |||
@@ -180,6 +180,7 @@ extern int sysctl_x25_call_request_timeout; | |||
180 | extern int sysctl_x25_reset_request_timeout; | 180 | extern int sysctl_x25_reset_request_timeout; |
181 | extern int sysctl_x25_clear_request_timeout; | 181 | extern int sysctl_x25_clear_request_timeout; |
182 | extern int sysctl_x25_ack_holdback_timeout; | 182 | extern int sysctl_x25_ack_holdback_timeout; |
183 | extern int sysctl_x25_forward; | ||
183 | 184 | ||
184 | extern int x25_addr_ntoa(unsigned char *, struct x25_address *, | 185 | extern int x25_addr_ntoa(unsigned char *, struct x25_address *, |
185 | struct x25_address *); | 186 | struct x25_address *); |