From 2b64873d24730882af68bdf2881aa380a3a8d17f Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Wed, 20 Nov 2019 17:26:59 +0100 Subject: *: generously apply const const const const your boat, merrily down the stream... Signed-off-by: David Lamparter --- pbrd/pbr_map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pbrd/pbr_map.c') diff --git a/pbrd/pbr_map.c b/pbrd/pbr_map.c index 4df0c790b..7e34066b4 100644 --- a/pbrd/pbr_map.c +++ b/pbrd/pbr_map.c @@ -145,7 +145,7 @@ static void pbr_map_pbrms_uninstall(struct pbr_map_sequence *pbrms) pbr_map_pbrms_update_common(pbrms, false); } -static const char *pbr_map_reason_str[] = { +static const char *const pbr_map_reason_str[] = { "Invalid NH-group", "Invalid NH", "No Nexthops", "Both NH and NH-Group", "Invalid Src or Dst", "Invalid VRF", "Deleting Sequence", -- cgit v1.2.3