Package | Description |
---|---|
org.projectfloodlight.openflow.types |
Modifier and Type | Method and Description |
---|---|
OFPortBitMap.Builder |
OFPortBitMap.Builder.set(OFPort port)
add this port from the match, i.e., packets from this in-port
will NOT 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 © 2015. All rights reserved.