summaryrefslogtreecommitdiffstats
path: root/dhcpcd.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-09-12 18:08:07 +0000
committerRoy Marples <roy@marples.name>2008-09-12 18:08:07 +0000
commit441f7d159dbb8448f075e177f9c3770503fc6aa4 (patch)
treed15137305cff6bf6da5a7343f88691f17fa79859 /dhcpcd.h
parentbe070f751ba8033aebb08e1cece0f0081d9c2a88 (diff)
downloaddhcpcd-441f7d159dbb8448f075e177f9c3770503fc6aa4.tar.xz
Remove remembering routes per interface and have a global routing table so we can change routes depending on interface state. This is very useful for the BSD's where there is no route metric.
Diffstat (limited to 'dhcpcd.h')
-rw-r--r--dhcpcd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/dhcpcd.h b/dhcpcd.h
index 19ca613f..4bfed04f 100644
--- a/dhcpcd.h
+++ b/dhcpcd.h
@@ -94,7 +94,6 @@ struct interface
struct in_addr addr;
struct in_addr net;
- struct rt *routes;
char leasefile[PATH_MAX];
time_t start_uptime;