X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=interface-ip.h;h=197bd9a5a1c7e3304c7f3e3efc5a4128f00f425b;hp=01727c9b8ae063b31e2d0634e3d815e1346d450a;hb=a03216660797173fbe67866f75564e3fec9c1e8d;hpb=650758b16e5185505a3fbc1307949340af70b611 diff --git a/interface-ip.h b/interface-ip.h index 01727c9..197bd9a 100644 --- a/interface-ip.h +++ b/interface-ip.h @@ -59,6 +59,7 @@ struct device_prefix_assignment { struct list_head head; int32_t assigned; uint8_t length; + int weight; struct in6_addr addr; bool enabled; char name[];