Hi Chris,
> Are there other properties of a tunnel mode SA that you need that are lost
> with this approach?
I need to use tunnel mode SAs provided by IKEv2. Transport mode is an optional
(normally on-the-wire IKEv2 negotiated) feature of IPsec. These tunnel mode SAs
will have IPTFS enabled o
From: on behalf of Christian Hopps
Date: Sunday 10 May 2020 at 14:33
To: "Neale Ranns (nranns)"
Cc: Christian Hopps , vpp-dev
Subject: Re: [vpp-dev] IPsec tunnel interfaces?
> On May 9, 2020, at 7:23 AM, Neale Ranns via lists.fd.io
> wrote:
>
>
>
> Hi Ch
On 11/05/2020 14:28, "Christian Hopps" wrote:
> On May 11, 2020, at 7:50 AM, Neale Ranns (nranns)
wrote:
>
>
>
> From: on behalf of Christian Hopps
> Date: Sunday 10 May 2020 at 14:33
> To: "Neale Ranns (nranns)&q
“set ip neighbor …”
/neale
From: on behalf of Chinmaya Aggarwal
Date: Tuesday 12 May 2020 at 14:43
To: "vpp-dev@lists.fd.io"
Subject: [vpp-dev] "set ip6 neighbor" not working on VPP v20.01
Hi,
We have installed VPP v20.01 on a Centos machine, on executing command: -
vpp# set ip6 neighbor Gi
Hi Ye,
Thanks for the report and fix. Could you please push that patch to gerrit?
Regards,
neale
From: on behalf of 叶东岗
Date: Wednesday 13 May 2020 at 16:11
To: "vpp-dev@lists.fd.io"
Subject: [vpp-dev] assert when set ip addr at an interface and delete it at
another interface
root@ac15b50a
Hi Laurent,
ARP is enabled on an interface once it is assigned an IP address or is made
unnumbered to another. You can check that ARP is enabled with:
sh int feat VirtualFunctionEthernet0/5/0.101
and you won’t see ‘arp-disabled’ as a feature on the arp arc.
I suspect you are not receiving pac
Hi Jan,
I’ll have a patch for you shortly.
/neale
From: on behalf of "Jan Gelety via lists.fd.io"
Reply to: "Jan Gelety -X (jgelety - PANTHEON TECH SRO at Cisco)"
Date: Friday 22 May 2020 at 15:02
To: "vpp-dev@lists.fd.io"
Cc: "csit-...@lists.fd.io"
Subject: [vpp-dev] IPSec - new bug
He
https://gerrit.fd.io/r/c/vpp/+/27230
/neale
From: on behalf of "Neale Ranns via lists.fd.io"
Reply to: "Neale Ranns (nranns)"
Date: Monday 25 May 2020 at 08:46
To: "Jan Gelety -X (jgelety - PANTHEON TECH SRO at Cisco)" ,
"vpp-dev@lists.fd.io"
Cc: &
HI,
Thanks for the bug report. Here’s the patch:
https://gerrit.fd.io/r/c/vpp/+/27270
/neale
From: on behalf of "chu.penghong"
Date: Monday 25 May 2020 at 05:06
To: "vpp-dev@lists.fd.io"
Subject: [vpp-dev] vpp crashes on configuring ip6 route
Hello Everyone!
When I add/delete ip6 r
Hi Govind,
As well as removing the prefetches, you've also removed the per packet call to
acl_fa_find_session_with_hash(). So IIUC you've removed the per-packet session
lookup and instead re-use the lookup of packet 0 each time. that'll make things
quicker but it's not functionally correct.
/
Hi Andrew,
A couple of questions?
Firstly, about unit testing aka make test. This is the salient passage in your
guide:
"foo_message_v2 is tested in "make test" to the same extent as the
foo_message"
IMHO "to the same extent" implies everywhere v1 is used v2 should now be used
in its place.
From: on behalf of Christian Hopps
Date: Thursday 18 June 2020 at 18:20
To: vpp-dev
Cc: Christian Hopps
Subject: [vpp-dev] ipsec interface revisted.
Hi,
So to revisit this topic from a different angle. I believe VPP needs something
like the xfrm linux interface [1]. If I understand things
From: on behalf of Andrew Yourtchenko
Date: Thursday 18 June 2020 at 17:58
To: "Neale Ranns (nranns)"
Cc: vpp-dev
Subject: Re: [vpp-dev] VPP API CRC compatibility check process in checkstyle
merged and active
Hi Neale,
On 18 Jun 2020, at 17:11, Neale Ranns (nranns) wrote:
Hi
Hi Chris,
On 22/06/2020 13:09, "Christian Hopps" wrote:
>
> - It operates directly with the IPsec tunnel mode and transport mode SAs
without needing to mangle the internal definition of SA tunnel into transport
mode.
Do you have any comments on this point? This is what I was t
You can’t with the current API. Nor can you with any other type of tunnel.
/neale
From: on behalf of "omid via Lists.Fd.Io"
Reply-To: "zeinalpouro...@yahoo.com"
Date: Tuesday, 12 June 2018 at 18:46
To: "vpp-dev@lists.fd.io"
Cc: "vpp-dev@lists.fd.io"
Subject: [vpp-dev] creat mpls tunnel
Hi
Hi,
This:
XXX via via 1.1.1.1 ip4-lookup-in-table 0 out-labels 33
is not a valid path.
If you want packets to follow the same path as for 1.1.1.1 (i.e. the path is
recursive via 1.1.1.1, and you’ll need a route in the fib for 1.1.1.1) and have
label 33 imposed, do:
XXX via via 1.1.1.1 out-l
imp-null
/neale
From: Holoo Gulakh
Date: Thursday, 21 June 2018 at 17:26
To: "Neale Ranns (nranns)" , "vpp-dev@lists.fd.io"
Subject: Re: [vpp-dev] mpls tunnel
Hi,
It is not a valid solution.(at least "show mpls tunnel" says that)
Here is the new configurati
Hi Avi,
None that I am aware of, but its inclusion would be welcome.
/neale
-Original Message-
From: on behalf of "Avi Cohen (A)"
Date: Thursday, 28 June 2018 at 15:04
To: "vpp-dev@lists.fd.io"
Subject: [vpp-dev] twamp
Hi,
Is there any plan to implement/integrate TWAMP into
Hi David,
Yes and no.
No, because there is [today] no way to change *the* IP lookup to use the
packet’s source address.
Yes, because VPP does support a source based lookup, but this would happen
after *the* destination based lookup. So, the trick would be to configure a
second IP table with r
Hi Satomi
Debugging packet loss is much easier with a VPP packet trace…
Regards,
neale
-Original Message-
From: on behalf of 井上里美
Date: Friday, 6 July 2018 at 12:38
To: "vpp-dev@lists.fd.io"
Cc: "Norimasa Asai (noasai)" , エッジ仮想化hcoML
, 小柳達也様 ,
N転P_西岡孟朗様
Subject: [vpp-dev] [pw] [vpp
Can I see the packet trace?
/neale
-Original Message-
From: 井上里美
Date: Wednesday, 18 July 2018 at 09:54
To: "Neale Ranns (nranns)" , "vpp-dev@lists.fd.io"
Cc: "Norimasa Asai (noasai)" , エッジ仮想化hcoML
, 小柳達也様 ,
N転P_西岡孟朗様
Subject: [vpp] VXLAN arp resp
Hi Satomi,
That’s a big trace. Can you point to an example of a packet drop that is
causing you problems.
Thanks
neale
-Original Message-
From: 井上里美
Date: Wednesday, 18 July 2018 at 10:58
To: "Neale Ranns (nranns)" , "vpp-dev@lists.fd.io"
Cc: "Norimas
Hi,
I expected it was ‘fixed’ when we explicitly disallowed overlapping subnets:
https://gerrit.fd.io/r/#/c/8057/
/neale
From: on behalf of "sainijite...@gmail.com"
Date: Monday, 23 July 2018 at 12:42
To: "vpp-dev@lists.fd.io"
Subject: [vpp-dev] VPP_STABLE_1710 Crash during IP Address Add
Hi Jitendra,
Addresses in overlapping subnets is not supported by VPP. The configuration you
give below is not valid.
/neale
From: on behalf of "sainijite...@gmail.com"
Date: Tuesday, 24 July 2018 at 07:57
To: "vpp-dev@lists.fd.io"
Subject: Re: [vpp-dev] VPP_STABLE_1710 Crash during IP Add
Hi,
Answers inline marked [nr]
/neale
From: on behalf of Gulakh
Date: Saturday, 28 July 2018 at 13:45
To: "vpp-dev@lists.fd.io"
Subject: [vpp-dev] L3VPN in VPP
Hi,
I have setup a VPLS scenario successfully and now I want to setup a L3VPN
scenario in VPP (L3VPN topology is in attachment).
M
Hi,
You are correct on all points.
regards
/neale
From: Holoo Gulakh
Date: Tuesday, 31 July 2018 at 12:19
To: "Neale Ranns (nranns)" , "vpp-dev@lists.fd.io"
Subject: Re: [vpp-dev] L3VPN in VPP
Hi,
In order to have both VPLS and L3VPN works concurrently in a PE rou
NHvZbi/http%3A%2F%2F192.168.23.0%2F24>
unicast-ip4-chain
[@0]: dpo-load-balance: [proto:ip4 index:18 buckets:1 uRPF:19 to:[0:0]]
[0] [@4]: ipv4-glean: GigabitEthernet4/0/1: mtu:9000
a0369f23aa7a0806
Question: why does it say Drop?? I expect to see something that shows
68.1.1 GigabitEthernet13/0/0 out-label imp-null
“
where you replace ‘tunnel’ with ‘recursive route’.
Regards,
nelae
From: on behalf of Gulakh
Date: Wednesday, 1 August 2018 at 14:03
To: "Neale Ranns (nranns)" , "vpp-dev@lists.fd.io"
Subject: [SUSPICIOUS] Re: [SUSPICIOUS] [vpp-dev]
Hi Juraj,
How many parallel compiles do you have? What’s the j factor
/neale
From: on behalf of Juraj Linkeš
Date: Wednesday, 1 August 2018 at 16:59
To: "vpp-dev@lists.fd.io"
Subject: [vpp-dev] Large memory spike during make verify on ARM machine ThunderX
Hi vpp-devs,
I noticed that duri
will require
less memory because the compile is skipped.
/neale
From: on behalf of Juraj Linkeš
Date: Thursday, 2 August 2018 at 10:10
To: "Neale Ranns (nranns)" , "vpp-dev@lists.fd.io"
Subject: Re: [vpp-dev] Large memory spike during make verify on ARM machine
ThunderX
Hi Juraj,
Answers/comments inline with [nr]
Regards,
neale
From: Juraj Linkeš
Date: Friday, 3 August 2018 at 12:45
To: "Neale Ranns (nranns)" , "vpp-dev@lists.fd.io"
Subject: RE: [vpp-dev] Large memory spike during make verify on ARM machine
ThunderX
Hi Neale,
Yea they
Cc: "Neale Ranns (nranns)" , "vpp-dev@lists.fd.io"
Subject: Re: [vpp-dev] Large memory spike during make verify on ARM machine
ThunderX
Move the C++ language binding to extras?
Ole
On 3 Aug 2018, at 12:45, Juraj Linkeš
mailto:juraj.lin...@pantheon.tech>> wro
Hi Justin,
Not enough memory for the number of CPUs/parallel jobs.
Here’s my vagrant VM on OSx:
vagrant@ ~/vpp (master) $ free
totalusedfree shared buff/cache available
Mem:4146932 2320260 947376 16732 879296 1765252
Swap:
t 15:07
To: "Neale Ranns (nranns)" , "vpp-dev@lists.fd.io"
Subject: Re: [vpp-dev] Build: MacOS with Vagrant compiler crash in "vom"
Hi Neale,
I suspected as much seeing as how it was occurring with some C++ code which
can be very expensive to
compi
: GNU Make 4.2 will let us use '$(file
Date: Thursday, 9 August 2018 at 15:07
To: "Neale Ranns (nranns)" , "vpp-dev@lists.fd.io"
Subject: Re: [vpp-dev] Build: MacOS with Vagrant compiler crash in "vom"
Hi Neale,
I suspected as much seeing as how i
Message-
From: "Justin Pecqueur (jpecqueu)"
Date: Thursday, 9 August 2018 at 16:10
To: "Neale Ranns (nranns)" , "vpp-dev@lists.fd.io"
Subject: Re: [vpp-dev] Build: MacOS with Vagrant compiler crash in "vom"
Hi Neale,
Here are
Hi Stan,
What route were you adding at the time? Can you give me the post-mortem API
dump [1]
/neale
[1] see https://wiki.fd.io/view/VPP/BugReports
From: on behalf of Stanislav Chlebec
Date: Tuesday, 21 August 2018 at 16:41
To: Nitin Saxena , "vpp-dev@lists.fd.io"
Subject: [vpp-dev] Cavi
Hi Georgi,
Are you asking for this:
https://www.cisco.com/c/en/us/td/docs/ios/12_0s/feature/guide/vrfselec.html
we don’t support this feature specifically (i.e. a simple IP source based
lookup as an input feature, though it would be easy to add) but we do support
the more general case of ACL/
Hi Aleksander,
To you want VPP to act like a host or a router?
/neale
From: on behalf of Aleksander Djuric
Date: Monday, 27 August 2018 at 10:39
To: "vpp-dev@lists.fd.io"
Subject: [vpp-dev] IGMP enable issue
Hello,
I am trying to configure VPP for IGMP, but with this configuration it seem
Hi Fedor,
You have exposed a bug. Thanks.
Please re-test including:
https://gerrit.fd.io/r/#/c/14504/
/neale
From: on behalf of Fedor Kazmin
Date: Monday, 27 August 2018 at 13:25
To: "vpp-dev@lists.fd.io"
Subject: [vpp-dev] VPP hangs on GRE interface going up
Hello, all
I have got an
fig_lookup returns null.
The code comments says that the reason is that the interface is not IGMP
enabled.
If it's true - how I can to configure IGMP enabled interface?
Thanks in advance for any help,
Aleksander
On Mon, Aug 27, 2018 at 12:59 PM, Neale Ranns wrote:
Hi Aleksander,
To you
Hi,
Label value is, incorrectly IMO, not a valid out-put label.
See:
https://gerrit.fd.io/r/#/c/14508/
for a fix.
Thanks,
Neale
From: on behalf of "abbas ali chezgi via Lists.Fd.Io"
Reply-To: "che...@yahoo.com"
Date: Monday, 27 August 2018 at 13:05
To: "vpp-dev@lists.fd.io"
Cc: "vpp-dev
[fix missing information]
Hi,
Label value 16 is, incorrectly IMO, not a valid out-put label.
See:
https://gerrit.fd.io/r/#/c/14508/
for a fix.
Thanks,
/neale
From: on behalf of "Neale Ranns via Lists.Fd.Io"
Reply-To: "Neale Ranns (nranns)"
Date: Monday, 27 August 20
Hi Aleksander,
It’s not top of my TODO list right now. Your additions would be most welcome.
/neale
From: on behalf of Aleksander Djuric
Date: Tuesday, 28 August 2018 at 14:41
To: "vpp-dev@lists.fd.io"
Subject: Re: [vpp-dev] IGMP enable issue
In addition to my previous message...
Unfortu
Hi Eason,
There’s
vlib_buffer_clone()
it’s use in IP multicast can be found here:
replicate_inline (…)
and in L2 multicast here:
l2flood_node_fn(…)
/neale
-Original Message-
From: on behalf of Eason Chen
Reply-To: Eason Chen
Date: Monday, 3 September 2018 at 04:12
To: vpp-d
Hi Stan,
Unfortunately I don’t have an ARM machine on to decode the post-mortem data.
Could you do this?
Thanks,
Neale
From: Stanislav Chlebec
Date: Tuesday, 4 September 2018 at 11:06
To: Stanislav Chlebec , "Neale Ranns (nranns)"
, "vpp-dev@lists.fd.io"
Subject:
On the exact same version of VPP that produced the crash do:
api trace custom-dump /path/to/trace/flie.txt
/neale
From: Stanislav Chlebec
Date: Wednesday, 5 September 2018 at 13:24
To: "Neale Ranns (nranns)" , "vpp-dev@lists.fd.io"
Subject: RE: [vpp-dev] Cavium Thunder
/
maybe it will fix your crash too.
Regards
Neale
From: Stanislav Chlebec
Date: Thursday, 6 September 2018 at 11:00
To: "Neale Ranns (nranns)" , "vpp-dev@lists.fd.io"
Subject: RE: [vpp-dev] Cavium ThunderX (ARM64) - Crash in VPP (Kubernetes +
Contiv-VPP network plugin)
Thans
Hi Fedro,
Thanks for the bug report. Fixed in:
https://gerrit.fd.io/r/#/c/14891/
/neale
-Original Message-
From: on behalf of Fedor Kazmin
Date: Wednesday, 19 September 2018 at 10:46
To: "vpp-dev@lists.fd.io"
Subject: [vpp-dev] broken GRE tunnel
Hello all,
I have got an is
Hi Mike,
Perhaps you could tell us why you want to create an untagged sub-interface.
Regards,
Neale
De : au nom de "Bly, Mike"
Date : vendredi 21 septembre 2018 à 17:06
À : "John Lo (loj)" , Edward Warnicke ,
"vpp-dev@lists.fd.io"
Objet : Re: [**EXTERNAL**] Fwd: [vpp-dev] Failing to create
Hi Yuwei,
There was a change to the l2flood node recently:
https://gerrit.fd.io/r/#/c/13578/
where we use the buffer clone mechanism rather than free-recycle. I would
expect the CPU cycles per invocation of the l2-flood node to increase, but the
number of invocations of l2flood to decrease (w
De : au nom de Juraj Linkeš
Date : jeudi 27 septembre 2018 à 09:21
À : "Neale Ranns (nranns)"
Cc : vpp-dev
Objet : Re: [vpp-dev] Make test failures on ARM - IP4, L2, ECMP, Multicast,
GRE, SCTP, SPAN, ACL
Hi Neale,
I had a debugging session with Andrew about failing ACL testca
Hi Yuwei,
Can you test this, please:
https://gerrit.fd.io/r/#/c/15100/
thanks,
neale
De : "Zhang, Yuwei1"
Date : vendredi 28 septembre 2018 à 03:08
À : "Neale Ranns (nranns)" , "vpp-dev@lists.fd.io"
Objet : RE: [vpp-dev] Master branch l2bd test perf dop
H
Hi Xue,
which FRR ;)
This one:
https://tools.ietf.org/html/rfc5286
we don’t support
For this one:
https://frrouting.org/
I’ll leave it to the community to comment.
/neale
De : au nom de xyxue
Date : mercredi 10 octobre 2018 à 08:35
À : vpp-dev
Objet : [vpp-dev] question abot FRR
Hi g
+Eyal
I expect it was broken by efd9cf302.
/neale
De : au nom de "Michal Cmarada via Lists.Fd.Io"
Répondre à : "Michal Cmarada -X (mcmarada - PANTHEON TECHNOLOGIES at Cisco)"
Date : jeudi 11 octobre 2018 à 15:30
À : "vpp-dev@lists.fd.io"
Cc : "vpp-dev@lists.fd.io"
Objet : [vpp-dev] Delet
Hi Jeff,
Thank you for the bug report.
As you mention the graph node path taken by these packets does not go thru
ip4-lookup and so does not have the fib-index set. Since ip4-lookup is replaced
by ip4-options, IMO ip4-options would be the place to add the code you have
identified, so that we d
It’s a known limitation. Contributions to fix it would be welcome.
/neale
De : au nom de "saint_sun 孙 via Lists.Fd.Io"
Répondre à : "saint_...@aliyun.com"
Date : jeudi 25 octobre 2018 à 09:40
À : vpp-dev
Cc : "vpp-dev@lists.fd.io"
Objet : [vpp-dev]ping local address
Hello all:
An basic f
GINATED).
Regards,
neale
De : "saint_...@aliyun.com"
Date : mercredi 31 octobre 2018 à 08:49
À : "Neale Ranns (nranns)"
Cc : vpp-dev
Objet : Re: Re: [vpp-dev]ping local address
hello neale,
I found and modified a piece of code in the ip4_forward.c, and now it is
able to pin
Hi Eyal, John,
I missed the fact that the tunnel classification is based only on the senders
IP. Now it makes sense.
Thanks,
Neale
-Message d'origine-
De : au nom de "John Lo (loj) via Lists.Fd.Io"
Répondre à : "John Lo (loj)"
Date : lundi 5 novembre 2018 à 16:17
À : Xuekun , "Eya
+1
-Message d'origine-
De : au nom de "Dave Barach via Lists.Fd.Io"
Répondre à : "Dave Barach (dbarach)"
Date : jeudi 8 novembre 2018 à 13:13
À : "vpp-dev@lists.fd.io"
Cc : "vpp-dev@lists.fd.io"
Objet : [vpp-dev] New Committer Nomination: Andrew Yourtchenko
In view of significan
embre 2018 à 19:09
À : "vpp-dev@lists.fd.io" , "Neale Ranns (nranns)"
Objet : Re: [vpp-dev] ip4-load-balance
Mystery solved,
I was missing the interface on the IP Route.
ip route add count 1 20.20.20.0/24 via 1.1.1.2 TenGigabitEthernet83/0/1
Ray K
Hi,
We do not support FRR, nor is there currently a plan to.
However, if your label/tunnel/route has only one path, you can achieve a
similar result to FRR by installing the primary path with a better (lower)
preference to the backup path. VPP will then cutover when the primary path goes
down
Hi Chetan,
The null-node should not be encountered under normal operation. The null-node
always has an index/value of 0, therefore if the previous node has not been
properly configured, or the arc taken from that node was wrong, then the packet
can likely end up at the null-node.
To debug this
Hi Xue,
MPLS multicast has been supported for a while. Please see the unit tests for
examples: test/test_mpls.py test_mcast_*()
Regards,
Neale
De : au nom de xyxue
Date : mercredi 28 novembre 2018 à 13:04
À : vpp-dev
Objet : [vpp-dev] question about multicast mpls
Hi guys,
I found "multi
Hi Xue,
To my knowledge it has not been tried nor tested. GRE interfaces today do not
support a multicast destination address. However, other tunnel types (like
VXLAN) do so adding support shouldn’t be too hard. After that the mfib support
egress out of any interface type.
I also have a draft
Hi Ole,
I think this should fix the GRE tests:
https://gerrit.fd.io/r/#/c/16272/
/Neale
-Message d'origine-
De : au nom de Ole Troan
Date : mercredi 28 novembre 2018 à 19:55
À : vpp-dev
Objet : [vpp-dev] Verify issues (GRE)
Guys,
The verify job have been unstable ove
Hi Xue,
I don’t have any. And a quick look at the CLI implementation in
vnet_mpls_local_label() shows it does not accept a ‘multicast’ keyword.
/neale
De : au nom de xyxue
Date : vendredi 30 novembre 2018 à 01:21
À : "Neale Ranns (nranns)"
Cc : vpp-dev
Objet : Re: [vpp-dev
Hi Staish,
I assume that since you where looking a C functions for serialize/deserialize
you might try the direct C function API in, e.g :
./build-root/install-vpp-native/vpp/include/vapi/interface.api.vapi.h
which is generated directly from the .api files.
/neale
De : au nom de "satish.gu.
Hi Brian,
If you’re adding lots of routes, you’ll also need to bump the heap size for the
IP FIBs as well as the main heap:
https://fdio-vpp.readthedocs.io/en/latest/gettingstarted/users/configuring/startup.html#ip
to run in gdb:
sudo service vpp stop (or your OS equivalent)
make build
Hi Rubina,
The pings should work continuously. I’ll need more information to make an
analysis:
https://wiki.fd.io/view/VPP/BugReports
thanks,
neale
De : au nom de Rubina Bianchi
Date : dimanche 9 décembre 2018 à 10:45
À : "vpp-dev@lists.fd.io"
Objet : [vpp-dev] Problem with adding second
Hi Xuekun,
The transaction ID used by VPP is from a series of random numbers, however,
each VPP seeds the RNG the same, so the sequence will be the same. Please
update:
static clib_error_t *
dhcp_client_init (vlib_main_t * vm)
{
dhcp_client_main_t *dcm = &dhcp_client_main;
dcm->vlib_main =
Looking at the that log, I don’t think the failure is related to the issue
discussed here, but it does warrant further investigation. I don’t see it
happen on my machine, but if some-one can get me a log.txt from the test case,
I’ll take a look.
/neale
De : au nom de "pvi...@vinciconsulting
De : au nom de raju
Date : vendredi 14 décembre 2018 à 14:58
À : vpp-dev
Objet : [vpp-dev] Feature arc and ordering graph nodes in an existing feature
arc.
Hi
I am trying to add a feature (say 'my_node') to ip4_unicast arc.
Goal is just like ip4_gtpu_bypass to by pass the IP stack and proces
/root/zhiyong/vpp/src/vnet/ethernet/ethernet_types_api.h:25:13: note: expected
‘const u8 * {aka const unsigned char *}’ but argument is of type
‘vl_api_mac_address_t {aka struct _vl_api_mac_address}’
extern void mac_address_decode (const u8 * in, mac_address_t * out);
the argument is not of ty
$
/neale
De : au nom de "Neale Ranns via Lists.Fd.Io"
Répondre à : "Neale Ranns (nranns)"
Date : jeudi 20 décembre 2018 à 13:33
À : Ole Troan , Zhiyong Yang
Cc : "vpp-dev@lists.fd.io"
Objet : Re: [vpp-dev] build errors on CenOS 7.5
/root/zhiyong/vpp/src/v
: Paul Vinciguerra
Date : jeudi 20 décembre 2018 à 16:03
À : "Neale Ranns (nranns)"
Cc : Ole Troan , Zhiyong Yang ,
"vpp-dev@lists.fd.io"
Objet : Re: [vpp-dev] build errors on CenOS 7.5
Up until two days ago, make wipe did not clean out .api.json files. It had to
be
Hi Zhiyong,
There is :
make wipe-release
to clear out the files related to build-release
/neale
De : au nom de Zhiyong Yang
Date : vendredi 21 décembre 2018 à 06:00
À : Paul Vinciguerra , "Neale Ranns (nranns)"
Cc : Ole Troan , "vpp-dev@lists.fd.io"
, Damjan Mari
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
Hi Omer,
Your config looks OK. I would start debugging with a packet trace.
/neale
De : au nom de Omer Majeed
Date : lundi 7 janvier 2019 à 20:47
À : "vpp-dev@lists.fd.io"
Objet : [vpp-dev] :: GRE tunnel dropping MPLS packets
Hi,
I'm running VPP on Centos 7 machine (say machine A), and ru
Hi Jon.
In all cases it refers to the table related to the path (not the prefix). A
path determines where to send the packet and is described by all keywords after
the ‘via’ keyword.
The two use cases you mention would be:
Ip route add table 10.1.1.0/24 via 20.20.20.20 next-hop-table
out-
Hi Omer,
Do you have your use case working now?
/neale
De : au nom de "omer.maj...@sofioni.com"
Date : vendredi 11 janvier 2019 à 02:57
À : "Neale Ranns (nranns)"
Cc : Omer Majeed , "vpp-dev@lists.fd.io"
Objet : Re: [vpp-dev] :: GRE tunnel dropping MPLS
Hi Satish,
Statistics handling did change in !8.10, see:
https://docs.fd.io/vpp/18.10/md_src_vpp_stats_stats.html
there is no longer an exporter thread, instead there is a shared memory segment
from which your client can read the stats at the period of your choosing.
/neale
De : au nom de
Hi Michal,
Thanks for the fixes. I’ll merge them when they verify.
/Neale
De : au nom de "Michal Cmarada via Lists.Fd.Io"
Répondre à : "Michal Cmarada -X (mcmarada - PANTHEON TECHNOLOGIES at Cisco)"
Date : vendredi 18 janvier 2019 à 13:35
À : "vpp-dev@lists.fd.io" , "hc2...@lists.fd.io"
Hi,
You just need to give the interface an IPv4 and IPv6 address.
DBGvpp# loop cre
DBGvpp# ip table 1
DBGvpp# set int ip table loop0 1
DBGvpp# set int state loop0 up
DBGvpp# set int ip address loop0 10.10.10.10/24
DBGvpp# set int ip address loop0 2001::10/64
The creation of the IP table 1 is opt
then only a control
plane construct composed of a pair of these IDs.
The commands you mention; one adds an IPv4 tables the other an IPv6 tables,
corresponding to the ID you specify.
/Neale
De : au nom de Yosvany
Date : mercredi 30 janvier 2019 à 01:09
À : "Neale Ranns (nranns)" , &q
Hi All,
As you know a while back we introduced the use of typesdef and enums for use in
VPP’s .api files.
Example types are mac_address_t, address_t and prefix_t.
This patch:
https://gerrit.fd.io/r/#/c/14138/
updates all the APIs in ip.api to use these new types and new enums where
appropri
Dear All,
We propose to deprecate the STN plugin in favour of the ipX_redirect punt
feature.
For all those with objections please raise them AYEC.
Thanks,
Neale
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#12069): https://lists.fd.io/g/vpp-
Hi Fedor,
This is one of those cases where you cannot/should not remove an object on
which others depend.
In principle with VPP you should unconfigure in the reverse order to configure.
Regards,
neale
-Message d'origine-
De : au nom de Fedor Kazmin
Date : mercredi 13 février 2019 à
Hi Sun,
It is my understanding that it is not possible to configure both AH and ESP for
a given ‘flow’. It is something we identified only recently and we are working
towards a fix.
Regards,
Neale
De : au nom de "saint_sun 孙 via Lists.Fd.Io"
Répondre à : "saint_...@aliyun.com"
Date : mar
Hi Rupesh,
An IPv6 packet arriving on an interface that is not IPv6 enabled should be
dropped in ip6-input.
Can you please show me:
sh int feat loop0
sh ip6 interface loop0
local0 is a special case. Think of it as a means for VPP to consume the ID 0 so
that we can be sure that no other int
om: Rupesh Raghuvaran
mailto:rupesh.raghuva...@gmail.com>>
Date: Tue, Feb 19, 2019 at 10:02 PM
Subject: Re: [vpp-dev] VPP coredump on handling IPv6 mDNS packets on interface
with ipv6 not enabled explicilty
To: Neale Ranns (nranns) mailto:nra...@cisco.com>>
Hi Neale,e
I could not spo
Hi Jon
It’s true I often forget to export headers when I create them. Perhaps there’s
something we could do in the verify jobs to building the way you do.
In the meantime:
https://gerrit.fd.io/r/#/c/17768/
thanks,
neale
De : au nom de Jon Loeliger
Date : jeudi 21 février 2019 à 21:50
À :
+1.
/neale
De : au nom de "Dave Barach via Lists.Fd.Io"
Répondre à : "Dave Barach (dbarach)"
Date : mercredi 27 février 2019 à 13:38
À : "vpp-dev@lists.fd.io"
Cc : "vpp-dev@lists.fd.io"
Objet : [vpp-dev] New vpp project committer nomination: Paul Vinciguerra
In view of significant code co
Hi,
In the spirit of this work I’d like to propose a change to the route add/del
APIs to make use of the fib_path structure. The fib_path structure, which
describes how to deal which the matched packets, is consistent across each of
the route types; IP, MPLS, BIER and ABF.
By using a fib_path
I'll bite __ why would you want to do that?
/neale
-Message d'origine-
De : au nom de Prashant Upadhyaya
Date : lundi 4 mars 2019 à 16:06
À : "Dave Barach (dbarach)"
Cc : "vpp-dev@lists.fd.io"
Objet : Re: [vpp-dev] Regarding node on a feature arc
Thanks Dave, this is cool !
Hi lolita,
What GTPU code are you running. Your test case does not work for me on master:
DBGvpp# create gtpu tunnel src 1.1.1.1 dst 1.1.1.4 teid-in 3 teid-out 4
create gtpu tunnel: parse error: 'teid-in 3 teid-out 4'
to answer your questions:
1) You should be able to delete the default
Hi Lolita,
I have reproduced this issue and this is the resulting fix:
https://gerrit.fd.io/r/#/c/18138/
could you please also verify it fixes all your test cases.
Thanks,
Neale
De : Lollita Liu
Date : jeudi 7 mars 2019 à 03:52
À : "Neale Ranns (nranns)" , "vpp-dev@lists
And the GBP plugin.
/neale
-Message d'origine-
De : au nom de Andrew Yourtchenko
Date : jeudi 14 mars 2019 à 11:09
À : chetan bhasin
Cc : vpp-dev
Objet : Re: [vpp-dev] I want to disable acl plugin but VPP is not coming up
hi Chetan,
ABF plugin uses ACL plugin, so you n
Hi Raj,
If you're looking for VPP to send your agent/app a notification across the
binary API when an ARP and/or ND entry is created then your app needs to call;
want_ip4_arp_events and/or want_ip6_nd_events respectively.
/neale
-Message d'origine-
De : au nom de Raj
Date : vendred
Hi Raj,
ABF, which is a feature that runs in the L3 path, has not (to my knowledge
anyway) been tested with MACIP ACLs – this ACL type is usually applied to L2
traffic. Try an L3 ACL instead (i.e. use acl_add_replace to create the ACL, not
macip_acl_rule).
Regards,
neale
De : au nom de Raj
601 - 700 of 728 matches
Mail list logo