diff options
| author | Christian Hopps <chopps@chopps.org> | 2024-01-19 08:40:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-19 08:40:09 -0500 |
| commit | e37f18b780c56afcbecc38f8f90c89c8172adca2 (patch) | |
| tree | b48f3afe3532e462ba4de3c4b6ae7c163e9cfba4 /lib/if.c | |
| parent | 2844d093b562b9befb653c86e8b5e41e51e31b4d (diff) | |
| parent | 01be34fa3429e97fdcaf8299b74dc18ddb1c9629 (diff) | |
Merge pull request #15175 from idryzhov/affinity-map-fixes
Diffstat (limited to 'lib/if.c')
| -rw-r--r-- | lib/if.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1135,7 +1135,7 @@ struct if_link_params *if_link_params_enable(struct interface *ifp) iflp->unrsv_bw[i] = iflp->default_bw; /* Update Link parameters status */ - iflp->lp_status = LP_MAX_BW | LP_MAX_RSV_BW | LP_UNRSV_BW; + iflp->lp_status = LP_MAX_BW | LP_MAX_RSV_BW | LP_UNRSV_BW | LP_EXTEND_ADM_GRP; /* Set TE metric equal to standard metric only if it is set */ if (ifp->metric != 0) { |
