add a device pointer to struct device_route
authorFelix Fietkau <nbd@openwrt.org>
Wed, 14 Sep 2011 13:58:53 +0000 (15:58 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 14 Sep 2011 13:58:53 +0000 (15:58 +0200)
interface-ip.h

index bf2cf73397f3e4c72760afc0f8a2a6142728ecae..ba7b6c826575cafe73e3cdda3c3108d38e33e7ef 100644 (file)
@@ -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);