lib-interface: Add parsing for interface 'options'
[samba.git] / source3 / lib / interface.h
index 1a575c5f22b1224113d37b01dc496f9c27a9d353..d93e9094a33e3119e6c4df8f89538567539d614f 100644 (file)
@@ -24,6 +24,9 @@
 
 #include <system/network.h>
 
+#define IFACE_NONE_OPTION      0x00000000U
+#define IFACE_DYNAMIC_OPTION   0x00000001U
+
 bool ismyaddr(const struct sockaddr *ip);
 bool ismyip_v4(struct in_addr ip);
 bool is_local_net(const struct sockaddr *from);