R&D/DPDK
[vpp] ip4_glean
sunshout1
2017. 7. 24. 13:04
ip4_glean
static uword
ip4_glean (vlib_main_t * vm, vlib_node_runtime_t * node, vlib_frame_t * frame)
{
return (ip4_arp_inline (vm, node, frame, 1));
}
728x90