dhcpv6: send NotOnLink status on global level
[project/odhcpd.git] / src / odhcpd.h
index 64ffca2..dfaec9b 100644 (file)
@@ -165,6 +165,8 @@ struct interface {
 
        char *upstream;
        size_t upstream_len;
+
+       char *filter_class;
 };
 
 extern struct list_head interfaces;