Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
tom
2014-09-17 09:58:07 -0700
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0f3828a203994ab82f8b00b3780ef7e9618aae2e
0f3828a2
1 parent
dc95b8a0
Doh!!!! Reverting an experiment that was accidentally checked in.
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
of/openflowj/gen-src/main/java/org/projectfloodlight/openflow/protocol/ver13/OFActionBsnVer13.java
of/openflowj/gen-src/main/java/org/projectfloodlight/openflow/protocol/ver13/OFActionBsnVer13.java
View file @
0f3828a
...
...
@@ -24,8 +24,6 @@ import org.projectfloodlight.openflow.types.*;
import
org.projectfloodlight.openflow.util.*
;
import
org.projectfloodlight.openflow.exceptions.*
;
import
org.jboss.netty.buffer.ChannelBuffer
;
import
java.nio.ByteBuffer
;
import
java.util.Set
;
abstract
class
OFActionBsnVer13
{
...
...
@@ -38,7 +36,7 @@ abstract class OFActionBsnVer13 {
static
class
Reader
implements
OFMessageReader
<
OFActionBsn
>
{
@Override
public
OFActionBsn
readFrom
(
Byte
Buffer
bb
)
throws
OFParseError
{
public
OFActionBsn
readFrom
(
Channel
Buffer
bb
)
throws
OFParseError
{
if
(
bb
.
readableBytes
()
<
MINIMUM_LENGTH
)
return
null
;
int
start
=
bb
.
readerIndex
();
...
...
Please
register
or
login
to post a comment