Package | Description |
---|---|
org.projectfloodlight.openflow.types |
Modifier and Type | Method and Description |
---|---|
OFPortBitMap.Builder |
OFPortBitMap.Builder.set(OFPort port)
add this port to the match, i.e., packets from this in-port
will be matched.
|
OFPortBitMap.Builder |
OFPortBitMap.Builder.unset(OFPort port)
remove this port from the match, i.e., packets from this in-port
will NOT be matched.
|
Copyright © 2016. All rights reserved.