summaryrefslogtreecommitdiffstats
path: root/src/pkt_gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pkt_gen.h')
-rw-r--r--src/pkt_gen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pkt_gen.h b/src/pkt_gen.h
index 309e02b9..8dcba624 100644
--- a/src/pkt_gen.h
+++ b/src/pkt_gen.h
@@ -37,7 +37,8 @@ enum {
enum {
DPF_VLAN = 0x1,
DPF_QINQ = 0X2,
- DPF_RXCHECK = 0x4
+ DPF_RXCHECK = 0x4,
+ DPF_TOS_1 = 0x8,
};
class CTestPktGen {