summaryrefslogtreecommitdiffstats
path: root/customdhcpcd/src/dhcpcd.h
diff options
context:
space:
mode:
authorNiklas2011-09-01 16:16:07 +0200
committerNiklas2011-09-01 16:16:07 +0200
commit8024e86b5ce80beb2870654cf29308a0f1f208b8 (patch)
tree90b31ed2d9197999c60c921fc35e0a3db4a70973 /customdhcpcd/src/dhcpcd.h
parenttried to clean the git. deleted old unused files and folders. moved customdhc... (diff)
downloadfbgui-8024e86b5ce80beb2870654cf29308a0f1f208b8.tar.gz
fbgui-8024e86b5ce80beb2870654cf29308a0f1f208b8.tar.xz
fbgui-8024e86b5ce80beb2870654cf29308a0f1f208b8.zip
bigger changes in the checkConnectivity method. using now route command to delete and add the default route. for this i am writing the gateways for every interface into a new file. located at /var/tmp/gateways_<interfaceName>
Diffstat (limited to 'customdhcpcd/src/dhcpcd.h')
-rw-r--r--customdhcpcd/src/dhcpcd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/customdhcpcd/src/dhcpcd.h b/customdhcpcd/src/dhcpcd.h
index 7deb5b7..3f4c085 100644
--- a/customdhcpcd/src/dhcpcd.h
+++ b/customdhcpcd/src/dhcpcd.h
@@ -43,6 +43,7 @@
/* added by Niklas Goby, additional field, storing the socket address path for
* communicating with Qt "server" */
#define DEFAULT_QTSOCKETADDRESS "/var/tmp/qt_c_socket_default"
+#define DEFAULT_GATEWAY_INFO_LOCATION "/var/tmp/gateways_"
#define QTSOCKETADDRESSLENGTH 255
#define CLASS_ID_MAX_LEN 48