Make capability flags match more user-friendly and appropriate since "match any flag" is generally what we want.

This commit is contained in:
Adam Ierymenko 2016-10-05 12:54:46 -07:00
parent f1c8706485
commit adeb7e7da0
4 changed files with 9 additions and 22 deletions

View file

@ -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