summaryrefslogtreecommitdiff
path: root/interface.h
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-05-04 12:23:41 +0200
committerFelix Fietkau <nbd@openwrt.org>2012-05-04 12:28:13 +0200
commit23bb091077348d3b87b9900ae3ff923cdd25a662 (patch)
treef7449b4495227ee5f190cd42d8b5ac92b1ed088b /interface.h
parent46d52638f04c471a0e86d07ccae6a188f1a05ef5 (diff)
downloadnetifd-23bb091077348d3b87b9900ae3ff923cdd25a662.tar.gz
add a ubus interface to dynamically create host routes to a particular ip address, returns the interface that the route goes through
Diffstat (limited to 'interface.h')
-rw-r--r--interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/interface.h b/interface.h
index 5e3f383..c89411a 100644
--- a/interface.h
+++ b/interface.h
@@ -91,6 +91,7 @@ struct interface {
struct interface_ip_settings proto_ip;
struct interface_ip_settings config_ip;
+ struct vlist_tree host_routes;
int metric;