Message ID | 025fef095dcfb408042568bb5439da014d47239e.1709901020.git.petrm@nvidia.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 2d32c49386cbb748ef775aab60aa687d4a320d3b |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | mlxsw: Support for nexthop group statistics | expand |
diff --git a/net/ipv4/nexthop.c b/net/ipv4/nexthop.c index e34466751d7b..0548d1b46708 100644 --- a/net/ipv4/nexthop.c +++ b/net/ipv4/nexthop.c @@ -407,6 +407,7 @@ static int call_nexthop_res_table_notifiers(struct net *net, struct nexthop *nh, struct nh_notifier_info info = { .net = net, .extack = extack, + .id = nh->id, }; struct nh_group *nhg; int err;