#include <ped_policy_table.h>
Data Fields | |
char | ifname [MAX_IF_NAME_LEN+1] |
Interface name. | |
uint8_t | af |
Address family. | |
ped_policy_filter_t * | filter |
The filter to apply on the interface. | |
ped_policy_route_t * | route |
The routes to apply on the interface. | |
boolean | broken |
TRUE when a route add has failed. | |
boolean | pfd_filter |
TRUE when pfd_filter has been applied. |
Definition at line 78 of file ped_policy_table.h.