I figured it out that I can use following
"actions":[{' + '"type":"SET_NW_TOS","nw_tos":' + '" 32 '"},' +
'{"type":"SET_VLAN_VID","vlan_vid":' + '" 4 "}]
The rule excute without any error, but when I look at the flow table it has
only following..
{"1": [{"actions": ["SET_VLAN_VID:4"]
Highly appr
Hi all,
I want to set nw_tos field of pakcets coming from a specific host. I am
using Ryu REST API and is there something similar to
"actions":[{' + '"type":"SET_VLAN_VID","vlan_vid": 1"}] to do this ?
Best Regards,
Windhya Rankothge,
Universitat Pompeu Fabra,
Barcelona.
---