Hi,

Looking at the ip4 full reassembly graph nodes for the purpose of punting the 
fragments and getting the reassembled packets from our custom graph node.
However, from the code it seems that,  is_custom_app flag is effectively 
disabled.

I see that the node function is always getting called with is_custom_app = 
false.

VLIB_NODE_FN (ip4_full_reass_node) (vlib_main_t * vm,
vlib_node_runtime_t * node,
vlib_frame_t * frame)
{
return ip4_full_reass_inline (vm, node, frame, false /* is_feature */ ,
false /* is_custom_app */ );   <<<<<<<<<<<<<<<< always called with  FALSE
}

Is there a way to use this is_custom_app flag functionality ?

--
Thanks & Regards,
Murthy
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#17340): https://lists.fd.io/g/vpp-dev/message/17340
Mute This Topic: https://lists.fd.io/mt/76705450/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to