From b45c5161fe4638dc229a7ae4f0c90c57962d9ec1 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Wed, 14 Sep 2011 15:58:53 +0200 Subject: [PATCH] add a device pointer to struct device_route --- interface-ip.h | 1 + 1 file changed, 1 insertion(+) 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); -- 2.11.0