NAT64: Input feature arc on virtual interface via interface RX DPO.
[vpp.git] / src / vnet / dpo / interface_rx_dpo.c
index caaee65..b4680f1 100644 (file)
@@ -154,7 +154,7 @@ format_interface_rx_dpo (u8* s, va_list *ap)
     vnet_main_t * vnm = vnet_get_main();
     interface_rx_dpo_t *ido = interface_rx_dpo_get(index);
 
-    return (format(s, "%U-dpo: %U",
+    return (format(s, "%U-rx-dpo: %U",
                    format_vnet_sw_interface_name,
                    vnm,
                    vnet_get_sw_interface(vnm, ido->ido_sw_if_index),