Hi,
I want to write a node which gets all the GTP-u packets which enter
into VPP via an interface.
I understand from
https://docs.fd.io/vpp/17.07/clicmd_src_plugins_gtpu.html
that I have to run the following command for the interface --
set interface ip gtpu-bypass
In my code, kindly confirm, i
Hi Dear Neale
Thank you for the clarification.
On Mon, Dec 24, 2018 at 6:18 AM Neale Ranns (nranns)
wrote:
>
>
> Hi Chore,
>
>
>
> By default interface stats are collected for rx, tx, drops etc. However,
> to collect stats related to whether the RX/TX packet is unicast, multicast
> or broadcast
Hi Chore,
By default interface stats are collected for rx, tx, drops etc. However, to
collect stats related to whether the RX/TX packet is unicast, multicast or
broadcast requires extra checks in the data-plane that do not come for free.
So, to able these extra stats, and hence incur the extra