From e146f13fa0c315c41b8172b5f7bb65dfd612c325 Mon Sep 17 00:00:00 2001 From: shwethab Date: Thu, 9 Mar 2017 16:58:26 +0000 Subject: ioam: ip6 hop by hop ext header and SR header co-existence 1. Fix finding sr extension header 2. Fix for assert checks for space for sr header in packet headroom 3. ioam build warnings 4. Fix for SR header removal in presence of hbh ext header clib_memcpy with overlapping src/dst was failing Change-Id: I8576204eb571d1d4725a4e6976e18fe61cd1cd35 Signed-off-by: shwethab --- src/vnet/sr/sr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/vnet/sr/sr.h') 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; -- cgit 1.2.3-korg