aboutsummaryrefslogtreecommitdiff
path: root/networking/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'networking/Config.in')
-rw-r--r--networking/Config.in48
1 files changed, 46 insertions, 2 deletions
diff --git a/networking/Config.in b/networking/Config.in
index 95f8942..7c72b6d 100644
--- a/networking/Config.in
+++ b/networking/Config.in
@@ -47,6 +47,13 @@ config ARPING
help
Ping hosts by ARP packets.
+config AUTOSSH
+ bool "autossh"
+ default n
+ help
+ Monitor the ssh port. Added by AA Antony. 2010 Oct
+
+
config BRCTL
bool "brctl"
default n
@@ -199,8 +206,7 @@ config FEATURE_HTTPD_CONFIG_WITH_SCRIPT_INTERPR
This option enables support for running scripts through an
interpreter. Turn this on if you want PHP scripts to work
properly. You need to supply an additional line in your httpd
- config file:
- *.php:/path/to/your/php
+ config file: *.php:/path/to/your/php
config FEATURE_HTTPD_SET_REMOTE_PORT_TO_ENV
bool "Set REMOTE_PORT environment variable for CGI"
@@ -245,6 +251,18 @@ config FEATURE_HTTPD_PROXY
Then a request to /url/myfile will be forwarded to
http://hostname[:port]/new/path/myfile.
+config HTTPGET
+ bool "httpget"
+ default y
+ help
+ simple http GET. RIPE NCC 2011
+
+config HTTPPOST
+ bool "httppost"
+ default y
+ help
+ simple httppost --post-file with IPv4. RIPE NCC 2011
+
config IFCONFIG
bool "ifconfig"
default n
@@ -681,6 +699,19 @@ config ROUTE
help
Route displays or manipulates the kernel's IP routing tables.
+config RPTRA6
+ bool "rptra6"
+ default n
+ help
+ Report received IPv6 router advertisements
+
+config RXTXRPT
+ bool "rxtxrpt"
+ default n
+ help
+ rxtxrpt report RX and TX statistics as well as IPv6 addresses and
+ routes
+
config SLATTACH
bool "slattach"
default n
@@ -688,6 +719,12 @@ config SLATTACH
slattach is a small utility to attach network interfaces to serial
lines.
+config SSLGETCERT
+ bool "sslgetcert"
+ default n
+ help
+ simple simple program to get certificates from an ssl server
+
#config TC
# bool "tc"
# default n
@@ -833,6 +870,13 @@ config TRACEROUTE
help
Utility to trace the route of IP packets
+config FEATURE_TRACEROUTE_IPV6
+ bool "Enable IPv6 Support"
+ default n
+ depends on FEATURE_IPV6 && TRACEROUTE
+ help
+ Add IPv6 support for the traceroute
+
config FEATURE_TRACEROUTE_VERBOSE
bool "Enable verbose output"
default n