srv6-ad: fixing cache size issue
[vpp.git] / src / plugins / srv6-ad / ad.c
index b6f872d..58dd990 100644 (file)
@@ -112,6 +112,8 @@ srv6_ad_localsid_creation_fn (ip6_sr_localsid_t * localsid)
        }
     }
 
+  ls_mem->rw_len = 0;
+
   return 0;
 }