Re: [vpp-dev] nat: specify a pool for an outgoing interface

2019-01-01 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES@Cisco) via Lists.Fd.Io
Hi, You can translate to different addresses only packets from different VRF https://wiki.fd.io/view/VPP/NAT#NAT44_add_pool_address_for_specific_tenant Matus From: vpp-dev@lists.fd.io On Behalf Of emma sdi Sent: Tuesday, January 1, 2019 9:10 AM To: vpp-dev Subject: [vpp-dev] nat: specify a p

Re: [vpp-dev] Question regarding captive portal

2019-01-01 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES@Cisco) via Lists.Fd.Io
Hi, Run NAT plugin in endpoint-dependent mode (add following to startup config “nat { endpoint-dependent }”), enable NAT feature “set interface nat44 in tap3 out GigabitEthernet4/0/0” and create static mapping “nat44 add static mapping tcp local 192.168.1.2 80 external GigabitEthernet4/0/0 80 o

Re: [SUSPECTED SPAM] [vpp-dev] IPFIX Nat Logging

2019-01-01 Thread Matus Fabian -X (matfabia - PANTHEON TECHNOLOGIES@Cisco) via Lists.Fd.Io
Hi, IPfix events are aggregated, to send it immediately use “ipfix flush" Matus From: vpp-dev@lists.fd.io On Behalf Of emma sdi Sent: Tuesday, December 25, 2018 1:49 PM To: vpp-dev Subject: [SUSPECTED SPAM] [vpp-dev] IPFIX Nat Logging Dear Vpp, I'd just configured a simple snat to check logg

Re: [vpp-dev] found some issue in pci vfio

2019-01-01 Thread Yu, Ping
Hi, Damjan, The issue existing in the code is container fd is initialized as “-1”, and there is no code to update it before trying to read iommu_group in pci.c, and container_fd is the condition required. See below code. if (lvm->container_fd != -1) { u8 *tmpstr; vec_reset_l

Re: [vpp-dev] VPP Release 19.01 (F0): 2 weeks notice reminder

2019-01-01 Thread Paul Vinciguerra
Happy New Year! Can I ask for volunteers to test out https://gerrit.fd.io/r/#/c/16555/ ? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11811): https://lists.fd.io/g/vpp-dev/message/11811 Mute This Topic: https://lists.fd.io/mt/28859159/21656 Group

[vpp-dev] VPP coding techniques

2019-01-01 Thread Raj
Hello list and a very happy new year to all. I am starting to learn VPP, initially by configuring for common scenarios and then trying to understand the code and may be eventually into hacking VPP code. I know that VPP uses quite a bit of optimisation to extract maximum performance, for example d

Re: [vpp-dev] Simple Rate Limit and QoS #vpp

2019-01-01 Thread Raj
Same here, some example for QoS/Rate limiting would be nice to get started. Thanks and Regards, Raj On Sat, Dec 29, 2018 at 9:39 AM carlito nueno wrote: > > > I am looking for rate limiting (bandwidth/traffic shaping) as well. > > > Vakili, Did you figure it out? > > Thanks. > On Sat, Sep 8, 20

Re: [vpp-dev] Status of PPPoE Plugin

2019-01-01 Thread Raj
Hi, Just checking if there is movement on this! Thanks and Regards, Raj On Thu, Dec 20, 2018 at 12:08 PM Raj via Lists.Fd.Io wrote: > > Thanks a lot to both of you! > > Raj > > On Thu, Dec 20, 2018 at 6:17 AM Ni, Hongjun wrote: > > > > Hi Raj, > > > > For the issue you mentioned, Alp Arslan i

[vpp-dev] nat: specify a pool for an outgoing interface

2019-01-01 Thread emma sdi
Dear VPP I want to configure a simple nat topology with 3 interfaces: ===in ==out GigabitEthernet3/0/0 GigabitEthernetb/0/0 GigabitEthernet1b/0/0 I want to source nat all packets going out form GigabitEthernetb/0/0 to ip address of GigabitEthernetb