ipsec: IPSec protection for multi-point tunnel interfaces
[vpp.git] / src / vlib / punt_node.c
index 45fde5e..e341e40 100644 (file)
@@ -19,7 +19,7 @@
   _(DISPATCHED, "dispatched")                  \
   _(NO_REASON, "No such punt reason")          \
   _(NO_REG, "No registrations")                \
-  _(REP_FAIL, "Replication Faliure")
+  _(REP_FAIL, "Replication Failure")
 
 typedef enum punt_error_t_
 {
@@ -109,10 +109,6 @@ punt_replicate (vlib_main_t * vm,
          punt_trace_t *t;
 
          c0 = vlib_get_buffer (vm, ci0);
-
-         if (c0 != b0)
-           vlib_buffer_copy_trace_flag (vm, b0, ci0);
-
          t = vlib_add_trace (vm, node, c0, sizeof (*t));
          t->pt_reason = pr0;
        }