Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
spring-open
/
b9fe6b472c63af651b27e213109a4ca905289a55
/
.
/
src
/
main
/
java
/
net
/
floodlightcontroller
/
firewall
/
RuleWildcardsPair.java
blob: 3fab409692976074e4e4c08175371679da86f539 [
file
] [
log
] [
blame
]
package
net
.
floodlightcontroller
.
firewall
;
import
org
.
openflow
.
protocol
.
OFMatch
;
public
class
RuleWildcardsPair
{
public
FirewallRule
rule
;
public
int
wildcards
=
OFMatch
.
OFPFW_ALL
;
}