X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fodhcpd.git;a=blobdiff_plain;f=src%2Fodhcpd.h;h=dfaec9b2bc99edcbc2dc9cca205f61f1f6ac431a;hp=64ffca2801999bd1c3e1a8b98e650ae383c3b218;hb=ec3320078c11474b8ea48225f330c15d9471e312;hpb=7fb8ef575d019796b212824a706b0ea5c6bdffaa diff --git a/src/odhcpd.h b/src/odhcpd.h index 64ffca2..dfaec9b 100644 --- a/src/odhcpd.h +++ b/src/odhcpd.h @@ -165,6 +165,8 @@ struct interface { char *upstream; size_t upstream_len; + + char *filter_class; }; extern struct list_head interfaces;