summaryrefslogtreecommitdiff
path: root/lib/srv6.c
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2023-11-30 13:50:07 +0200
committerGitHub <noreply@github.com>2023-11-30 13:50:07 +0200
commit06aacab2b0ea8eb11e36fc8b8165816f09a5dc0f (patch)
tree688a1e3d85a64d2f32f6abbf617466923e9f46eb /lib/srv6.c
parent88950a3013366cd7f822d967c72bbf532caf6ee6 (diff)
parentf13d0c27b6010e69ac91c3314319d6c341e8ca3c (diff)
Merge pull request #14916 from FRRouting/mergify/bp/stable/9.0/pr-14907
bgpd: Free Memory for SRv6 Functions and Locator Chunks (backport #14907)
Diffstat (limited to 'lib/srv6.c')
-rw-r--r--lib/srv6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/srv6.c b/lib/srv6.c
index 09835f3ea8..dceb6ab48b 100644
--- a/lib/srv6.c
+++ b/lib/srv6.c
@@ -108,7 +108,7 @@ const char *seg6local_context2str(char *str, size_t size,
}
}
-static void srv6_locator_chunk_list_free(void *data)
+void srv6_locator_chunk_list_free(void *data)
{
struct srv6_locator_chunk *chunk = data;