This problem is solved.
Just one command:
ip link set enp5s0f1 allmulticast on
So that VF can receive multicast packets, such as ipv6 neighbor solicitation..
IPv6 ND works.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14935): https://lists.fd.
Hi All,
1. cd CONTIV_DIR*(v3.3.3)* && make contiv-agent contiv-init.
2. cd VPP_DIR(commit id:a6a98b5460f066e0955b89e6782e55ed3e4f0ede).
3. I applied my sample.so plugin patch (I applied my changes manually) to
vpp code.
4. make build-release ; make pkg-deb.
5. cp $VPP_DIR/build-root/*.deb /scratch
Hi Ole,
Thank you for your reply!
I will checkout the flowprobe plugin and test it .
Best Regards,
Xiaopeng
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14933): https://lists.fd.io/g/vpp-dev/message/14933
Mute This Topic: https://lists.fd.io/mt
Xiaopeng,
You can export without depending on the classifier. Check out the flowprobe
plugin.
On rx it supports exporting flows from l2, ip4 and/or ip6 input paths.
Cheers
Ole
> On 20 Dec 2019, at 07:15, Xiaopeng Bai wrote:
>
> Hi, guys.
> I want to use the vpp to accomplish a product of
Hi, guys.
I want to use the vpp to accomplish a product of network traffic analysis, so i
need to export all traffics IPFIX to the collector.
But as far sa i know, the IPFIX-EXPORT module depends on the classify module,
and classify module have nothing to match all traffics on an interface,
What
Hello, Everyone!
I'm want to match all traffics by using classify module, but i didn't find any
way! Does anyone known how to configure it?
I trying to use hex match with mask:
, bu
unfortunately, it crashed.
Crashed backtr
> No its not clear to me why it verified…
Because the verification run happened before [2] was merged
(in other words, 23913 should have been rebased after that).
I think this kind of merge error still happens infrequently enough,
and any "remove +1 from affected open changes" ideas
would be vote
Hi Miklos,
I would not be against it. Please push a patch.
Thanks,
neale
From: on behalf of Miklos Tirpak
Date: Friday 20 December 2019 at 00:41
To: "vpp-dev@lists.fd.io"
Subject: [vpp-dev] more than 65K entries in a FIB table
Hi,
the FIB table implements two reference counters:
/**
On Wed, Dec 18, 2019 at 2:38 PM John Lo (loj) wrote:
> Hi Jon,
>
>
>
> You are right on both counts. It is the combination of dot1q/ad-any and
> exact-match that we should reject. It is also correct the check should be
> at lower level to reject the combination for both API and CLI.
>
>
>
> Reg
Coverity run failed today.
Current number of outstanding issues are 2
Newly detected: 0
Eliminated: 0
More details can be found at
https://scan.coverity.com/projects/fd-io-vpp/view_defects
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#14926): ht
Hi,
the FIB table implements two reference counters:
/**
* per-source number of locks on the table
*/
u16 *ft_locks;
u32 ft_total_locks;
While trying to add lots of GTP-U tunnels, which creates a new interface
for each tunnel in a FIB table, we have reached the u16 limit ver
11 matches
Mail list logo