srv6-mobile
[vpp.git] / src / vnet / srv6 / sr_api.c
index f3738da..940336d 100644 (file)
@@ -80,7 +80,7 @@ static void vl_api_sr_localsid_add_del_t_handler
     memcpy (&prefix.ip6, mp->nh_addr6, sizeof (prefix.ip6));
 
   rv = sr_cli_localsid (mp->is_del,
-                       (ip6_address_t *) & mp->localsid,
+                       (ip6_address_t *) & mp->localsid, 0,
                        mp->end_psp,
                        mp->behavior,
                        ntohl (mp->sw_if_index),