datapath: Consistently set skb->inner_protocol for tunnels.
[cascardo/ovs.git] / datapath / linux / compat / ip_tunnels_core.c
index 70dd7ec..5e38603 100644 (file)
@@ -174,6 +174,5 @@ bool skb_is_encapsulated(struct sk_buff *skb)
        /* checking for inner protocol should be sufficient on newer kernel, but
         * old kernel just set encapsulation bit.
         */
-       /* XXX: set inner protocol for all tunnel in OVS. */
        return ovs_skb_get_inner_protocol(skb) || skb_encapsulation(skb);
 }