diff options
Diffstat (limited to 'sys/netgraph/ng_car.h')
-rw-r--r-- | sys/netgraph/ng_car.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netgraph/ng_car.h b/sys/netgraph/ng_car.h index 64ce52c..b4ebb7d 100644 --- a/sys/netgraph/ng_car.h +++ b/sys/netgraph/ng_car.h @@ -115,6 +115,7 @@ enum { /* mode options (opt) */ #define NG_CAR_COLOR_AWARE 1 +#define NG_CAR_COUNT_PACKETS 2 /* Bulk config */ struct ng_car_bulkconf { |