[X.25]: Adds /proc/sys/net/x25/x25_forward to control forwarding.
authorAndrew Hendry <andrew.hendry@gmail.com>
Thu, 8 Feb 2007 21:34:36 +0000 (13:34 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Feb 2007 21:34:36 +0000 (13:34 -0800)
commit39e21c0d34fe769d06839679fa920217359a58b0
tree954c04db643a0f4d9fb7e4dc686981a6b207ed57
parent95a9dc4390c8215d922e0ca2ebb95279261fe795
[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>
include/linux/sysctl.h
include/net/x25.h
net/x25/af_x25.c
net/x25/sysctl_net_x25.c