Filter work, adding toString() and main evaluation function.
This commit is contained in:
parent
a793dc2b29
commit
102b0865cb
4 changed files with 287 additions and 99 deletions
|
@ -34,6 +34,7 @@
|
|||
#include <map>
|
||||
#include "Identity.hpp"
|
||||
#include "InetAddress.hpp"
|
||||
#include "Filter.hpp"
|
||||
|
||||
namespace ZeroTier {
|
||||
|
||||
|
@ -65,6 +66,11 @@ public:
|
|||
* Identity used to encrypt and authenticate configuration from URL
|
||||
*/
|
||||
const std::string configAuthority;
|
||||
|
||||
/**
|
||||
* Default node filter for this platform
|
||||
*/
|
||||
const Filter defaultNodeFilter;
|
||||
};
|
||||
|
||||
extern const Defaults ZT_DEFAULTS;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue