stats: Split stat_segment and stats code in preparation for deprecation.
[vpp.git] / src / vnet / ipsec-gre / ipsec_gre.c
index a0b065a..abf81e0 100644 (file)
@@ -89,7 +89,7 @@ format_ipsec_gre_tx_trace (u8 * s, va_list * args)
  * - <code>vnet_buffer(b)->sw_if_index[VLIB_TX]</code>
  *     - Reset output sw_if_index.
  *
- * <em>Nexd Index:</em>
+ * <em>Next Index:</em>
  * - Dispatches the packet to the esp-encrypt node.
 */
 static uword
@@ -391,13 +391,6 @@ ipsec_gre_init (vlib_main_t * vm)
 
 VLIB_INIT_FUNCTION (ipsec_gre_init);
 
-ipsec_gre_main_t *
-ipsec_gre_get_main (vlib_main_t * vm)
-{
-  vlib_call_init_function (vm, ipsec_gre_init);
-  return &ipsec_gre_main;
-}
-
 /*
 * fd.io coding-style-patch-verification: ON
 *