diff options
Diffstat (limited to 'src/vnet/sr/sr.h')
-rwxr-xr-x | src/vnet/sr/sr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/sr/sr.h b/src/vnet/sr/sr.h index 1545a84f38b..5efeb4dd06a 100755 --- a/src/vnet/sr/sr.h +++ b/src/vnet/sr/sr.h @@ -297,7 +297,7 @@ sr_steering_policy (int is_del, ip6_address_t * bsid, u32 sr_policy_index, * @return precomputed rewrite string for SRH insertion */ static inline u8 * -ip6_compute_rewrite_string_insert (ip6_address_t * sl) +ip6_sr_compute_rewrite_string_insert (ip6_address_t * sl) { ip6_sr_header_t *srh; ip6_address_t *addrp, *this_address; |