path when the adjacency is reached, and hence the
TX interface known, is ip4-rewrite.
/neale
From: korian edeline
Date: Thursday, 18 January 2018 at 14:41
To: "Dave Barach (dbarach)" , "Neale Ranns (nranns)"
, "vpp-dev@lists.fd.io"
Subject: Re: [vpp-dev] Cre
(dbarach)
; vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Create an arc
Hello Neale, Dave,
Thanks for your answers.
I would like to catch all (not on a prefix basis) traffic to-be-forwarded.
- I would need the TX sw_if_index, so i think the nodes should be
placed after ip4-lookup.
- i have to be bef
es in the speed path: a hard
requirement.
HTH… D.
-Original Message-
From: korian edeline [mailto:korian.edel...@ulg.ac.be]
Sent: Thursday, January 18, 2018 6:37 AM
To: Neale Ranns (nranns) ; Dave Barach (dbarach)
; vpp-dev@lists.fd.io
Subject: Re: [vpp-dev] Create an arc
Hello
e
>
>
> -Original Message-
> From: "Dave Barach (dbarach)"
> Date: Wednesday, 17 January 2018 at 16:21
> To: korian edeline , "vpp-dev@lists.fd.io"
, "Neale Ranns (nranns)"
> Subject: RE: [vpp-dev] Create
(dbarach)"
Date: Wednesday, 17 January 2018 at 16:21
To: korian edeline , "vpp-dev@lists.fd.io" ,
"Neale Ranns (nranns)"
Subject: RE: [vpp-dev] Create an arc
Dear Korian,
Steering traffic from ip4_lookup to is easily accomplished by setting the fib resu
e-
From: "Dave Barach (dbarach)"
Date: Wednesday, 17 January 2018 at 16:21
To: korian edeline , "vpp-dev@lists.fd.io"
, "Neale Ranns (nranns)"
Subject: RE: [vpp-dev] Create an arc
Dear Korian,
Steering traffic from ip4_lookup to is easily acc
alf Of korian edeline
Sent: Wednesday, January 17, 2018 9:30 AM
To: vpp-dev@lists.fd.io
Subject: [vpp-dev] Create an arc
Hi all,
Here is the deal:
I have 2 nodes (my-node-1, my-node-2), I would like my-node-1 to receive
packets from ip4-lookup, forwarding to either ip4-rewrite, error-drop or
Hi all,
Here is the deal:
I have 2 nodes (my-node-1, my-node-2), I would like my-node-1 to
receive packets from ip4-lookup, forwarding to either ip4-rewrite,
error-drop or my-node-2. my-node-2 should only receive from my-node-1
and forward to ip4-rewrite or error-drop.
If I put them BEFORE