Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
T
Tenjin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nawasan Wisitsingkhon
Tenjin
Commits
749375a1
Commit
749375a1
authored
Jun 14, 2024
by
Nawasan Wisitsingkhon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove unused file
parent
a048d1ba
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
19 deletions
+0
-19
flow_actions_type.rs
src/openflow/ofp10/events/flow_mod/flow_actions_type.rs
+0
-19
No files found.
src/openflow/ofp10/events/flow_mod/flow_actions_type.rs
deleted
100644 → 0
View file @
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment