Make capability flags match more user-friendly and appropriate since "match any flag" is generally what we want.
This commit is contained in:
@@ -713,7 +713,7 @@ typedef struct
|
||||
/**
|
||||
* Packet characteristic flags being matched
|
||||
*/
|
||||
uint64_t characteristics[2];
|
||||
uint64_t characteristics;
|
||||
|
||||
/**
|
||||
* IP port range -- start-end inclusive -- host byte order
|
||||
|
||||
Reference in New Issue
Block a user