From: Justin Pettit Date: Thu, 27 Jun 2013 23:09:03 +0000 (-0700) Subject: ofproto-dpif: Remove old comment. X-Git-Tag: sliver-openvswitch-1.10.90-3~6^2~22 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=baf8ebaded1b03b129ad036342f3e4a0ecaa06f9;hp=9bbd9da08efacb9e12376d0905c7776281d268e4;p=sliver-openvswitch.git ofproto-dpif: Remove old comment. Signed-off-by: Justin Pettit Acked-by: Ethan Jackson --- diff --git a/ofproto/ofproto-dpif-xlate.c b/ofproto/ofproto-dpif-xlate.c index dedd7236a..4ed3cdcfd 100644 --- a/ofproto/ofproto-dpif-xlate.c +++ b/ofproto/ofproto-dpif-xlate.c @@ -548,7 +548,6 @@ xlate_normal(struct xlate_ctx *ctx) ctx->xout->has_normal = true; - /* Check the dl_type, since we may check for gratuituous ARP. */ memset(&wc->masks.dl_src, 0xff, sizeof wc->masks.dl_src); memset(&wc->masks.dl_dst, 0xff, sizeof wc->masks.dl_dst); wc->masks.vlan_tci |= htons(VLAN_VID_MASK | VLAN_CFI);