projects
/
project
/
netifd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e14def
)
Incorperate route table into avl key
author
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 5 Apr 2013 09:15:58 +0000
(11:15 +0200)
committer
Jo-Philipp Wich
<jow@openwrt.org>
Fri, 5 Apr 2013 09:15:58 +0000
(11:15 +0200)
interface-ip.h
patch
|
blob
|
history
diff --git
a/interface-ip.h
b/interface-ip.h
index ab78bf75b5da41f2a73e765b29d53769138bd4b7..607999e74b376b5234de3537f559e7fd95f36a68 100644
(file)
--- a/
interface-ip.h
+++ b/
interface-ip.h
@@
-96,12
+96,12
@@
struct device_route {
union if_addr nexthop;
int mtu;
- unsigned int table;
time_t valid_until;
/* must be last */
enum device_addr_flags flags;
int metric; // there can be multiple routes to the same target
+ unsigned int table;
unsigned int mask;
union if_addr addr;
};