projects
/
oweals
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82d2762
)
add a device pointer to struct device_route
author
Felix Fietkau
<nbd@openwrt.org>
Wed, 14 Sep 2011 13:58:53 +0000
(15:58 +0200)
committer
Felix Fietkau
<nbd@openwrt.org>
Wed, 14 Sep 2011 13:58:53 +0000
(15:58 +0200)
interface-ip.h
patch
|
blob
|
history
diff --git
a/interface-ip.h
b/interface-ip.h
index bf2cf73397f3e4c72760afc0f8a2a6142728ecae..ba7b6c826575cafe73e3cdda3c3108d38e33e7ef 100644
(file)
--- 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);