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
950409b2
Commit
950409b2
authored
Jul 13, 2024
by
Nawasan Wisitsingkhon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update error remove ofp10
parent
99975c59
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
error_handler.rs
src/openflow/ofp13/events/error/error_handler.rs
+2
-2
No files found.
src/openflow/ofp13/events/error/error_handler.rs
View file @
950409b2
...
...
@@ -4,7 +4,7 @@ use std::{
};
use
super
::
error_type
::
ErrorType
;
use
crate
::
openflow
::
ofp1
0
::{
MessageMarshal
,
Msg
};
use
crate
::
openflow
::
ofp1
3
::{
MessageMarshal
,
Msg
};
use
byteorder
::{
BigEndian
,
ReadBytesExt
};
pub
struct
ErrorEvent
{
...
...
@@ -32,7 +32,7 @@ impl ErrorEvent {
impl
MessageMarshal
for
ErrorEvent
{
fn
marshal
(
&
self
,
_
:
&
mut
Vec
<
u8
>
)
{}
fn
msg_code
(
&
self
)
->
crate
::
openflow
::
ofp10
::
Msg
{
fn
msg_code
(
&
self
)
->
Msg
{
Msg
::
Error
}
...
...
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