blob: 3fab409692976074e4e4c08175371679da86f539 [file] [log] [blame]
Umesh Krishnaswamy345ee992012-12-13 20:29:48 -08001package net.floodlightcontroller.firewall;
2
3import org.openflow.protocol.OFMatch;
4
5public class RuleWildcardsPair {
6 public FirewallRule rule;
7 public int wildcards = OFMatch.OFPFW_ALL;
8}