summaryrefslogtreecommitdiffstats
path: root/config.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-09-13 10:49:23 +0000
committerRoy Marples <roy@marples.name>2008-09-13 10:49:23 +0000
commit48fdb3a5ee7ff0fcc9a8266274fba14c87fc60a3 (patch)
tree5f4bf4e6872cdff64b923697f245358b79d04a33 /config.h
parenta43bdfa634a490856dc4e2deb4b66e008d3f9b9d (diff)
downloaddhcpcd-48fdb3a5ee7ff0fcc9a8266274fba14c87fc60a3.tar.xz
We don't add this anymore.
Diffstat (limited to 'config.h')
-rw-r--r--config.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/config.h b/config.h
index 5830b02f..f40505d6 100644
--- a/config.h
+++ b/config.h
@@ -30,15 +30,6 @@
#define PACKAGE "dhcpcd"
#define VERSION "4.0.99"
-/*
- * By default we don't add a local link route if we got a routeable address.
- * This is because dhcpcd can't really decide which interface should allow
- * link local routing when we have more than one interface.
- * Ideally the host network scripts should add the link local route for us.
- * If not, you can define this to get dhcpcd to always add the link local route.
- */
-/* #define IPV4LL_ALWAYSROUTE */
-
/* Some systems do not have a working fork. */
/* #define THERE_IS_NO_FORK */