Re: [ovs-dev] [PATCH v4 4/5] classifier: Make insert and replace take a const rule, too.

2014-11-14 Thread Ben Pfaff
On Thu, Nov 13, 2014 at 11:56:16AM -0800, Jarno Rajahalme wrote: classifier_remove() was recently changed to take a const struct cls_rule *. Make the corresponding change to classifier_replace() and classifier_insert(). This simplifies existing calling sites in ofproto. Signed-off-by:

Re: [ovs-dev] [PATCH v4 4/5] classifier: Make insert and replace take a const rule, too.

2014-11-14 Thread Jarno Rajahalme
On Nov 14, 2014, at 1:42 PM, Ben Pfaff b...@nicira.com wrote: On Thu, Nov 13, 2014 at 11:56:16AM -0800, Jarno Rajahalme wrote: classifier_remove() was recently changed to take a const struct cls_rule *. Make the corresponding change to classifier_replace() and classifier_insert(). This

[ovs-dev] [PATCH v4 4/5] classifier: Make insert and replace take a const rule, too.

2014-11-13 Thread Jarno Rajahalme
classifier_remove() was recently changed to take a const struct cls_rule *. Make the corresponding change to classifier_replace() and classifier_insert(). This simplifies existing calling sites in ofproto. Signed-off-by: Jarno Rajahalme jrajaha...@nicira.com --- lib/classifier.c | 14