ip: Path MTU
[vpp.git] / src / vnet / adj / adj_midchain.c
index a21cd21..3d879e9 100644 (file)
@@ -744,6 +744,7 @@ const static dpo_vft_t adj_midchain_dpo_vft = {
     .dv_unlock = adj_dpo_unlock,
     .dv_format = format_adj_midchain,
     .dv_get_urpf = adj_dpo_get_urpf,
+    .dv_get_mtu = adj_dpo_get_mtu,
 };
 
 /**