summaryrefslogtreecommitdiffhomepage
path: root/src/odhcpd.h
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2014-05-30 16:59:53 +0200
committerSteven Barth <steven@midlink.org>2014-05-30 16:59:53 +0200
commitfc7fb637811089b4f26fb00ca81a0d05c09076bd (patch)
tree73ca8ed1c6cf25a9bff39cbff2850faa07660dbf /src/odhcpd.h
parent7fb8ef575d019796b212824a706b0ea5c6bdffaa (diff)
Make filtering customizable
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r--src/odhcpd.h2
1 files changed, 2 insertions, 0 deletions
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;