Commit 34d94f21 authored by Lorand Jakab's avatar Lorand Jakab Committed by Jesse Gross

openvswitch: fix variable names in comment

Signed-off-by: default avatarLorand Jakab <lojakab@cisco.com>
Signed-off-by: default avatarJesse Gross <jesse@nicira.com>
parent 91b7514c
...@@ -590,10 +590,10 @@ static int parse_icmpv6(struct sk_buff *skb, struct sw_flow_key *key, ...@@ -590,10 +590,10 @@ static int parse_icmpv6(struct sk_buff *skb, struct sw_flow_key *key,
* - skb->network_header: just past the Ethernet header, or just past the * - skb->network_header: just past the Ethernet header, or just past the
* VLAN header, to the first byte of the Ethernet payload. * VLAN header, to the first byte of the Ethernet payload.
* *
* - skb->transport_header: If key->dl_type is ETH_P_IP or ETH_P_IPV6 * - skb->transport_header: If key->eth.type is ETH_P_IP or ETH_P_IPV6
* on output, then just past the IP header, if one is present and * on output, then just past the IP header, if one is present and
* of a correct length, otherwise the same as skb->network_header. * of a correct length, otherwise the same as skb->network_header.
* For other key->dl_type values it is left untouched. * For other key->eth.type values it is left untouched.
*/ */
int ovs_flow_extract(struct sk_buff *skb, u16 in_port, struct sw_flow_key *key, int ovs_flow_extract(struct sk_buff *skb, u16 in_port, struct sw_flow_key *key,
int *key_lenp) int *key_lenp)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment