Commit 749375a1 authored by Nawasan Wisitsingkhon's avatar Nawasan Wisitsingkhon

remove unused file

parent a048d1ba
/*
* it don't need to assign vlue.
* but I think I should assign for reading.
*/
pub enum ActionType {
Output = 0,
SetVlanId = 1,
SetVlanPCP = 2,
StripVlan = 3,
SetSrcMac = 4,
SetDstMac = 5,
SetIPv4Src = 6,
SetIPv4Des = 7,
SetTos = 8,
SetTpSrc = 9,
SetTpDst = 10,
Enqueue = 11,
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment