summaryrefslogtreecommitdiff
path: root/interface-ip.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-02-26 16:38:06 +0100
committerFelix Fietkau <nbd@openwrt.org>2012-02-26 16:38:06 +0100
commit58d36928da0e3099e17309bd7a44ee442b5f5153 (patch)
tree014a32c4c7fad476960b02a510009590593b6599 /interface-ip.h
parent13490ce99ab44afdf20a129fc9232682ed67b7ce (diff)
downloadnetifd-58d36928da0e3099e17309bd7a44ee442b5f5153.tar.gz
remove device_{route,addr}->device
Diffstat (limited to 'interface-ip.h')
-rw-r--r--interface-ip.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/interface-ip.h b/interface-ip.h
index 112c61b..f6413ee 100644
--- a/interface-ip.h
+++ b/interface-ip.h
@@ -27,8 +27,6 @@ struct device_addr {
enum device_addr_flags flags;
bool enabled;
- struct device *device;
-
/* must be last */
unsigned int mask;
union if_addr addr;
@@ -42,7 +40,6 @@ struct device_route {
bool keep;
union if_addr nexthop;
- struct device *device;
int metric;
int mtu;