|
libnl
1.1.4
|
attribute validation policy More...
#include <attr.h>
Data Fields | |
| uint16_t | type |
| Type of attribute or NLA_UNSPEC. | |
| uint16_t | minlen |
| Minimal length of payload required to be available. | |
| uint16_t | maxlen |
| Maximal length of payload required to be available. | |
Policies are defined as arrays of this struct, the array must be accessible by attribute type up to the highest identifier to be expected.
Example:
1.8.8