]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
We don't add this anymore.
authorRoy Marples <roy@marples.name>
Sat, 13 Sep 2008 10:49:23 +0000 (10:49 +0000)
committerRoy Marples <roy@marples.name>
Sat, 13 Sep 2008 10:49:23 +0000 (10:49 +0000)
config.h

index 5830b02f48fa8a9f33ad9f29fcf6c1ae756c12fb..f40505d68cf9d819330c8312d54331373d0027d4 100644 (file)
--- a/config.h
+++ b/config.h
 #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 */