diff options
Diffstat (limited to 'net/ipv4/ipip.c')
-rw-r--r-- | net/ipv4/ipip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ipip.c b/net/ipv4/ipip.c index 37096d64730e..40403114f00a 100644 --- a/net/ipv4/ipip.c +++ b/net/ipv4/ipip.c | |||
@@ -465,7 +465,7 @@ static int ipip_fill_info(struct sk_buff *skb, const struct net_device *dev) | |||
465 | nla_put_u16(skb, IFLA_IPTUN_ENCAP_DPORT, | 465 | nla_put_u16(skb, IFLA_IPTUN_ENCAP_DPORT, |
466 | tunnel->encap.dport) || | 466 | tunnel->encap.dport) || |
467 | nla_put_u16(skb, IFLA_IPTUN_ENCAP_FLAGS, | 467 | nla_put_u16(skb, IFLA_IPTUN_ENCAP_FLAGS, |
468 | tunnel->encap.dport)) | 468 | tunnel->encap.flags)) |
469 | goto nla_put_failure; | 469 | goto nla_put_failure; |
470 | 470 | ||
471 | return 0; | 471 | return 0; |