srv6-mobile
[vpp.git] / src / plugins / srv6-mobile / gtp4_d.c
index 2160a90..7bafa56 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * srv6_t_m_gtp4_d.c
  *
- * Copyright (c) 2019 Cisco and/or its affiliates.
+ * Copyright (c) 2019 Arrcus Inc and/or its affiliates.
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
  * You may obtain a copy of the License at:
@@ -186,7 +186,7 @@ srv6_t_m_gtp4_d_init (vlib_main_t * vm)
   ip6_header_t *ip6;
   dpo_type_t dpo_type;
   vlib_node_t *node;
-  u32 rc;
+  int rc;
 
   sm->vlib_main = vm;
   sm->vnet_main = vnet_get_main ();