[vpp-dev] How to forward masked IP packets to IP nodes?

2022-10-07 Thread Burcu YUKSEL
Hello everyone, W have a network packet set consisting of custom L2 and standard L3 packets. We want to forward these packets over VPP. When I tried to send custom L2 packet which has a non-standard ethernet type, it had been dropped in VPP. Related Node Stream: 00:14:05:507128: af-packet-inpu

Re: [vpp-dev] How to forward masked IP packets to IP nodes?

2022-10-10 Thread Burcu YUKSEL
Hello Ben, Thank you for your answer. I have added ethernet_register_input_type() in ip4_init() as you recommend. After this I want to forward the packets to IP nodes so they can follow the same path as IP packets and reach memif-output. Is this possible to forward custom packets to IP nodes in

[vpp-dev] Forwarding ARP Messages

2023-02-03 Thread Burcu YUKSEL
Hello everyone, In the tests with VPP, we want to ping from Device A to Device B. ARP and ICMP packets can be transmitted correctly by using bridge domain between GigabitEthernet0 and memif0/0 on VPP1. However we do not want to use it because we have also transfer L3 packets and these L3 packet

[vpp-dev] Forwarding Specific Packet with LCP Plugin

2023-02-09 Thread Burcu YUKSEL
Hello Everyone, We want to transfer the SSH packets coming from Device A to Linux Stack, other packets to Application B full duplex. We transferred packets with using LCP plugin. However in this case we have transferred all the packets to Linux stack. Is there a way to forward only TCP packets

[vpp-dev] Forwarding Specific Packet with LCP Plugin

2023-02-09 Thread Burcu YUKSEL
Hello Everyone, We want to transfer the SSH packets coming from Device A to Linux Stack, other packets to Application B full duplex. We transferred packets with using LCP plugin. However in this case we have transferred all the packets to Linux stack. Is there a way to forward only TCP packets

Re: [vpp-dev] Compilation errors seen in VPP v23.02-rc1 on Centos 8

2023-02-13 Thread Burcu YUKSEL
Hello, We have exactly the same errors when we try to compile VPP v23.02 on Centos 7. Is there anyone who can solve this problem? Regards, Burcu -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#22585): https://lists.fd.io/g/vpp-dev/message/22585 Mut

Re: [vpp-dev] Forwarding Specific Packet with LCP Plugin

2023-02-14 Thread Burcu YUKSEL
Hi Matthew, According to the information that you gave us, we run the below configuration : VPP version         : 23.02-rc0~219-g6903da2 set int ip address TwentyFiveGigabitEthernetd8/0/0 10.20.10.22/24 set interface state TwentyFiveGigabitEthernetd8/0/0  up create interface memif id 0 master set