diff options
| author | Roy Marples <roy@marples.name> | 2008-09-12 18:08:07 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2008-09-12 18:08:07 +0000 |
| commit | 441f7d159dbb8448f075e177f9c3770503fc6aa4 (patch) | |
| tree | d15137305cff6bf6da5a7343f88691f17fa79859 /dhcpcd.h | |
| parent | be070f751ba8033aebb08e1cece0f0081d9c2a88 (diff) | |
| download | dhcpcd-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |
