mss_clamp: iterate enabled direction as a vector, not pool
Type: fix
Fixes: bf55e9931c
Signed-off-by: Jon Loeliger <jdl@netgate.com>
Change-Id: I5410a7a5a8cdc1d41abcc42fe5b42e6e2991dc06
This commit is contained in:

committed by
Matthew Smith

parent
e506fbc9fe
commit
c6fe1e87c6
@@ -92,8 +92,8 @@ vl_api_mss_clamp_get_t_handler (vl_api_mss_clamp_get_t *mp)
|
||||
return;
|
||||
}
|
||||
|
||||
REPLY_AND_DETAILS_MACRO (
|
||||
VL_API_MSS_CLAMP_GET_REPLY, cm->dir_enabled4,
|
||||
REPLY_AND_DETAILS_VEC_MACRO (
|
||||
VL_API_MSS_CLAMP_GET_REPLY, cm->dir_enabled4, mp, rmp, rv,
|
||||
({ send_mss_clamp_details (cursor, reg, mp->context); }));
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user