Hi Filip/Ole,
Any thoughts on this?
For point 1) below, I have confirmed that using fib-index of 0 in the
reverse path lookup key helps work around the out2in hash table lookup
issue (multiple VRFs case). I guess, the ideal way to fix this would be by
using the right fib-index itself when populati
Hi Filip,
Sorry to bother you.
If you have any update on this please let me know. I can perform any test
you need.
Thanks!
On Thu, Sep 17, 2020 at 10:05 AM Pac Ette via lists.fd.io wrote:
> Hi Filip,
>
> Sounds good.
>
> Thanks!
>
> On Thu, Sep 17, 2020 at 1:27 AM Filip Varga -X (fivarga - PA
Hi neale,
I think you should first add the ip neigbor entry to pg2 first, and then send
garp to pg1 with mac of pg2 remote host.
Otherwise I think the enty will not be generated by garp it self.
Regards
Jinlei
At 2020-09-23 19:28:36, "Neale Ranns via lists.fd.io"
wrote:
Hi Jinlei
Hi Jinlei,
I created this UT case:
https://gerrit.fd.io/r/c/vpp/+/29035
which IIUC re-creates your setup. But, as I would expect, the GARPs are dropped
because the IP subnet is not on link. Please verify if it matches your setup.
/neale
From: Jerry Li
Date: Tuesday 22 September 2020 at 04
Hi,
I've created a timestamp plugin to stamp all packets being received prior to
the ethernet-input node. The problem I'm seeing, based on debug prints I've
inserted into VLIB_NODE_FN (timestamp_node), is that my plugin node is running
way way after any other node (seconds). I have similar pr