Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
spring-open
/
a10a9a88a65aa2376c9dc90f50e965f04e03a2a0
/
.
/
src
/
main
/
java
/
net
/
floodlightcontroller
/
firewall
/
WildcardsPair.java
blob: 2e5f123e38b05b4c06883d510c8942134eadbd35 [
file
] [
log
] [
blame
]
package
net
.
floodlightcontroller
.
firewall
;
import
org
.
openflow
.
protocol
.
OFMatch
;
public
class
WildcardsPair
{
public
int
allow
=
OFMatch
.
OFPFW_ALL
;
public
int
drop
=
OFMatch
.
OFPFW_ALL
;
}