We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd6607e + a6299da commit 80852bcCopy full SHA for 80852bc
net/ipv4/tcp_metrics.c
@@ -601,6 +601,7 @@ static const struct nla_policy tcp_metrics_nl_policy[TCP_METRICS_ATTR_MAX + 1] =
601
[TCP_METRICS_ATTR_ADDR_IPV4] = { .type = NLA_U32, },
602
[TCP_METRICS_ATTR_ADDR_IPV6] = { .type = NLA_BINARY,
603
.len = sizeof(struct in6_addr), },
604
+ [TCP_METRICS_ATTR_SADDR_IPV4] = { .type = NLA_U32, },
605
/* Following attributes are not received for GET/DEL,
606
* we keep them for reference
607
*/
0 commit comments