X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fflow.c;h=13d0aa55933da9e55dee1656241b51d4b4223531;hb=428b2eddc9c47d8306252f0fc5218839d2ff017c;hp=8f80f88c14129288110ebf40633fc54aa6bcb710;hpb=037821cf99cadc12e0391dc3fc1961499a20c9fd;p=sliver-openvswitch.git diff --git a/lib/flow.c b/lib/flow.c index 8f80f88c1..13d0aa559 100644 --- a/lib/flow.c +++ b/lib/flow.c @@ -940,7 +940,7 @@ flow_mask_hash_fields(const struct flow *flow, struct flow_wildcards *wc, break; default: - NOT_REACHED(); + OVS_NOT_REACHED(); } } @@ -958,7 +958,7 @@ flow_hash_fields(const struct flow *flow, enum nx_hash_fields fields, return flow_hash_symmetric_l4(flow, basis); } - NOT_REACHED(); + OVS_NOT_REACHED(); } /* Returns a string representation of 'fields'. */