X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fcfm.c;h=1c98ed8b573e2d432fe06a17ccf9ab76ed412d14;hb=7431e17196fdb1c3189d67e3aeed4adeab4cf479;hp=67c2002f63b861b80e82ae122dc463fe76f0b125;hpb=abcd4402fec44a473a19cc790a9a3f00444a123f;p=sliver-openvswitch.git diff --git a/lib/cfm.c b/lib/cfm.c index 67c2002f6..1c98ed8b5 100644 --- a/lib/cfm.c +++ b/lib/cfm.c @@ -584,7 +584,6 @@ cfm_should_process_flow(const struct cfm *cfm, const struct flow *flow, struct flow_wildcards *wc) { memset(&wc->masks.dl_dst, 0xff, sizeof wc->masks.dl_dst); - memset(&wc->masks.dl_type, 0xff, sizeof wc->masks.dl_type); if (cfm->check_tnl_key) { memset(&wc->masks.tunnel.tun_id, 0xff, sizeof wc->masks.tunnel.tun_id); }