summaryrefslogtreecommitdiff
path: root/interface-ip.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-09-14 15:58:53 +0200
committerFelix Fietkau <nbd@openwrt.org>2011-09-14 15:58:53 +0200
commitb45c5161fe4638dc229a7ae4f0c90c57962d9ec1 (patch)
tree3e66568108173c9347ff1d4f62ade30deebf08c3 /interface-ip.h
parent82d2762a5ffaf67307bab6f0753dc31311e16f21 (diff)
downloadnetifd-b45c5161fe4638dc229a7ae4f0c90c57962d9ec1.tar.gz
add a device pointer to struct device_route
Diffstat (limited to 'interface-ip.h')
-rw-r--r--interface-ip.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/interface-ip.h b/interface-ip.h
index bf2cf73..ba7b6c8 100644
--- a/interface-ip.h
+++ b/interface-ip.h
@@ -37,6 +37,7 @@ struct device_route {
unsigned int mask;
union if_addr addr;
union if_addr nexthop;
+ struct device *device;
};
void interface_ip_init(struct interface *iface);