Re: [vpp-dev] [vpp-build] VPP build error on Ubuntu 22.04

2023-02-26 Thread Jens Rösiger via lists . fd . io
Hi Dave, i have apply the patch and the build process has no more errors. All .deb packages are created. Thank you very much. -- Jens -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#22627): https://lists.fd.io/g/vpp-dev/message/22627 Mute This

[vpp-dev] IPFIX with IPv4 and IPv6 on the same interface

2023-02-23 Thread Jens Rösiger via lists . fd . io
How can i user IPFIX / Flowprobe for IPv4 and IPv6 flows on the same interface? My setup (vppctl): vpp# set ipfix exporter collector 192.168.190.2 src 192.168.190.12 template-interval 20 port 2055 path-mtu 1450 vpp# flowprobe params record l3 l4 active 20 passive 120 Now, i can set flowprobe

Re: [vpp-dev] VPP ACL IPv6 with vppctl

2022-11-09 Thread Jens Rösiger via lists . fd . io
Hi Andrew, Thanks for the quick reply and the hints. I look forward to the official patch and will then test it. Best Regards -- Jens -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#22156): https://lists.fd.io/g/vpp-dev/message/22156 Mute This

[vpp-dev] VPP ACL IPv6 with vppctl

2022-11-08 Thread Jens Rösiger via lists . fd . io
Dear VPP Dev Team, i found a problem with creating a VPP ACL with IPv6 SRC / DST Address. The ACL created incorrectly. The problem occurs when "any" ::/0 is used as the SRC address.  Example (correct) vpp# set acl-plugin acl permit src 2a00:c940::/32 ACL index:35 vpp# show acl-plugin acl