X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ofproto%2Fofproto-dpif.c;h=5b60e3660acaa5b6937eea03a76b0939abae49fe;hb=49a0e0eb3f85502ae6bc91151e345e67eb79314c;hp=81adb0ab4c76269f5e70d5fbe8093fdb83a8ab50;hpb=74e79b7c249f4a38fc6e36dd86cf6eef95f2f800;p=sliver-openvswitch.git diff --git a/ofproto/ofproto-dpif.c b/ofproto/ofproto-dpif.c index 81adb0ab4..5b60e3660 100644 --- a/ofproto/ofproto-dpif.c +++ b/ofproto/ofproto-dpif.c @@ -4777,7 +4777,7 @@ rule_dpif_lookup_in_table(struct ofproto_dpif *ofproto, const struct flow *flow, struct flow_wildcards *wc, uint8_t table_id, struct rule_dpif **rule) { - struct cls_rule *cls_rule; + const struct cls_rule *cls_rule; struct classifier *cls; bool frag;