mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 11:00:53 +07:00
openswitch: fix typo CONFIG_NF_CONNTRACK_LABEL
Fix typo in conntrack.c s/CONFIG_NF_CONNTRACK_LABEL/CONFIG_NF_CONNTRACK_LABELS/ Signed-off-by: Valentin Rothberg <valentinrothberg@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
fe55565ef2
commit
9723e6abc7
@ -169,7 +169,7 @@ int ovs_ct_put_key(const struct sw_flow_key *key, struct sk_buff *skb)
|
||||
nla_put_u32(skb, OVS_KEY_ATTR_CT_MARK, key->ct.mark))
|
||||
return -EMSGSIZE;
|
||||
|
||||
if (IS_ENABLED(CONFIG_NF_CONNTRACK_LABEL) &&
|
||||
if (IS_ENABLED(CONFIG_NF_CONNTRACK_LABELS) &&
|
||||
nla_put(skb, OVS_KEY_ATTR_CT_LABEL, sizeof(key->ct.label),
|
||||
&key->ct.label))
|
||||
return -EMSGSIZE;
|
||||
|
Loading…
Reference in New Issue
Block a user