summaryrefslogtreecommitdiff
path: root/lib/match.c
Commit message (Expand)AuthorAgeFilesLines
...
* ARP packets must have print arp_tpa/arp_spa instead of nw_dst/nw_src.Mehak Mahajan2012-10-221-0/+3
* Do not print ICMP fields for non IP packets.Mehak Mahajan2012-10-221-2/+4
* Change logging format for flows to that accepted by ofproto/trace.Mehak Mahajan2012-10-221-0/+82
* flow: Extend struct flow to contain tunnel outer header.Jesse Gross2012-10-031-5/+10
* Introduce sparse flows and masks, to reduce memory usage and improve speed.Ben Pfaff2012-09-041-0/+74
* classifier: Break cls_rule 'flow' and 'wc' members into new "struct match".Ben Pfaff2012-09-041-0/+775