diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-09-14 15:58:53 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-09-14 15:58:53 +0200 |
commit | b45c5161fe4638dc229a7ae4f0c90c57962d9ec1 (patch) | |
tree | 3e66568108173c9347ff1d4f62ade30deebf08c3 /interface-ip.h | |
parent | 82d2762a5ffaf67307bab6f0753dc31311e16f21 (diff) |
add a device pointer to struct device_route
Diffstat (limited to 'interface-ip.h')
-rw-r--r-- | interface-ip.h | 1 |
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); |