Merge "Add IxNextgen API for settings IP priority"
[yardstick.git] / yardstick / network_services / traffic_profile / ixia_rfc2544.py
index 0b7a78c..83d24a4 100644 (file)
@@ -113,6 +113,7 @@ class IXIARFC2544Profile(trex_traffic_profile.TrexProfile):
                     'dstmask': dstmask,
                     'type': key,
                     'proto': outer_l3.get('proto'),
+                    'priority': outer_l3.get('priority')
                 })
 
             outer_l4 = value.get('outer_l4')