Umesh Krishnaswamy | 345ee99 | 2012-12-13 20:29:48 -0800 | [diff] [blame] | 1 | package net.floodlightcontroller.firewall; |
2 | |||||
3 | import org.openflow.protocol.OFMatch; | ||||
4 | |||||
5 | public class RuleWildcardsPair { | ||||
6 | public FirewallRule rule; | ||||
7 | public int wildcards = OFMatch.OFPFW_ALL; | ||||
8 | } |