[vpp-dev] Compiling NSH plugin with VPP

2018-02-27 Thread . ılı . D'p
Hi, I am getting compilation errors with NSH plugin. I am using the latest VPP and NSH plugin And also i downgraded and tried with VPP 17.04 and NSH 17.04. Same error persists. "[WARNING] The POM for io.fd.vpp:jvpp-registry:jar:17.04 is missing, no dependency information available Downloading: ht

[vpp-dev] Errors on compiling NSH plugin with VPP on ubuntu 16.04

2018-02-27 Thread . ılı . D'p
Hi, I am getting compilation errors with NSH plugin. I am using the latest VPP and NSH plugin And also i downgraded and tried with VPP 17.04 and NSH 17.04. Same error persists. "[WARNING] The POM for io.fd.vpp:jvpp-registry:jar:17.04 is missing, no dependency information available Downloading: ht

[vpp-dev] Container Communication

2018-06-25 Thread . ılı . D'p
Hi Guys, I have a 3rd party app running as a container and i have vpp instance running as another container. What is the best way for packets to be sent over from vpp container to the 3rd party container? I could think of veth pairs as one solution. Is there a better solution like using docker's m

[vpp-dev] vnet_feature_enable_disable disable option is broken

2018-09-04 Thread . ılı . D'p
Hi , When i remove acl from interface, its node graph doesnt revert back to original state. #vppctl show vlib graph acl-plugin-in-ip4-fa Name NextPrevious acl-plugin-in-ip4-faerror-drop [0] //ADD ACl vat# acl_add_replace ipv4 permit

Re: [vpp-dev] vnet_feature_enable_disable disable option is broken

2018-09-04 Thread . ılı . D'p
Hi Andrew, I was expecting the delete command to remove acl from the ip4 arc and also the node graph of acl wont have ip4-lookup listed in its next nodes. The current delete command is not doing a revert to old state. Is there a way to make the node-graph go back to the init state? Regards, Deep

Re: [vpp-dev] vnet_feature_enable_disable disable option is broken

2018-09-04 Thread . ılı . D'p
Hi Andrew, Is there a similar delete call for the "vlib_node_add_next" function? Regards Deepak Kumar Ch On Tue, Sep 4, 2018 at 11:54 PM, .ılı.D'p@k.ılı. wrote: > Hi Andrew, > > I was expecting the delete command to remove acl from the ip4 arc and also > the node graph of acl wont have ip4-l