Yes, that’s one way to do it... See also Ole’s comment... D.

From: vpp-dev@lists.fd.io <vpp-dev@lists.fd.io> On Behalf Of 
prashan...@gmail.com
Sent: Thursday, June 6, 2019 12:22 PM
To: vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] undefined symbol: ip4_reass_node

Thanks a lot Dave and Ole for your reply.

I am new to VPP framework using VPP version 18.04, Yes I need to send all ip 
fragments to ip4 reassembly node.

As you suggested.
> for asking the framework for a static and/or dynamic graph arc from 
> <your-plugin-node> to “ip4-reassembly”.
Does that mean adding ip4_reassembly node as next_nodes in my plugin node, like 
below?
  .next_nodes = {
        [MYNODE_INPUT_NEXT_INPUT] = "ip4-reassembly",
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13232): https://lists.fd.io/g/vpp-dev/message/13232
Mute This Topic: https://lists.fd.io/mt/31952526/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