Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
spring-open
/
981e8c2a256f4fce174d1494d62d78bd06596946
/
.
/
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
;
}