[vpp-dev] :: Finding right ECCN

2019-02-20 Thread Omer Majeed
Hi, Can anyone help with figuring out the right Export Control Classification Number ("ECCN") for VPP. We are going through certification and following are the options - EAR99 - Not Subject to the EAR in accordance with §742.15(b) - 5D992.c Mass Market - 5D002 Thanks. Best Regards, Omer

Re: [vpp-dev] :: GRE tunnel dropping MPLS packets

2019-01-11 Thread Omer Majeed
ot; < > omer.maj...@sofioni.com> > *Date : *vendredi 11 janvier 2019 à 02:57 > *À : *"Neale Ranns (nranns)" > *Cc : *Omer Majeed , "vpp-dev@lists.fd.io" < > vpp-dev@lists.fd.io> > *Objet : *Re: [vpp-dev] :: GRE tunnel dropping MPLS packets >

Re: [vpp-dev] :: GRE tunnel dropping MPLS packets

2019-01-10 Thread omer . majeed
fig 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, > &

[vpp-dev] :: GRE tunnel dropping MPLS packets

2019-01-07 Thread Omer Majeed
Hi, I'm running VPP on Centos 7 machine (say machine A), and running an application on other centos 7 machine (say machine B). I've made a GRE tunnel between those 2 machines. vpp# show gre tunnel [0] instance 0 src 192.168.17.10 dst 192.168.17.6 fib-idx 0 sw-if-idx 8 payload L3 Made that gre0

[vpp-dev] :: Permission denied while creating host-interface (VPP 18.04)

2018-10-26 Thread Omer Majeed
Hi, I'm using Centos 7.5.1804. I've made veth interfaces on host machine as given below *ip link add vvm1 type veth peer name nsvvm1* Then I've tried to connect to host interface vvm1 in vpp through following command *create host-interface name vvm1* It gives me error "*create host-interface:

Re: [vpp-dev] :: vppctl fails to start in Container (Centos 7.5.1804)

2018-08-16 Thread omer . majeed
Thanks a lot Billy, it worked. Earlier I was trying to manually mount hugepages in container which didn't work. Best Regards, Omer On 2018-08-16 01:04, Billy wrote: > So I would need to see how you are starting your container, but I think you > are not mapping in hugepages. I do need to

Re: [vpp-dev] :: vppctl fails to start in Container (Centos 7.5.1804)

2018-08-15 Thread omer . majeed
VPP is installed only in the container. On 2018-08-15 16:50, Billy wrote: > I'll take a look. So is VPP only installed in the container, or is also > installed on the host? > > Billy McFall > > On Wed, Aug 15, 2018 at 6:00 AM, wrote: > > Thanks Ed, in centos installing vpp automatically

Re: [vpp-dev] :: vppctl fails to start in Container (Centos 7.5.1804)

2018-08-15 Thread omer . majeed
Thanks Ed, in centos installing vpp automatically installs vpp-selinux-policy with it. So enforcing selinux on the host machine make vpp work. However, when I try installing VPP in centos container there vpp doesn't start. Can't enforce selinux in container and vpp-selinux-policy is installed

Re: [vpp-dev] :: vppctl fails to start (Centos 7.5.1804)

2018-08-13 Thread omer . majeed
Thank Ed. Changed SELINUX=enforcing in /etc/selinux/config Restarted the machine, and it worked. Best Regards, Omer On 2018-08-13 22:21, Edward Warnicke wrote: > This feels like SE Linux may be involved... > > Ed > > On August 13, 2018 at 12:17:09 PM, omer.maj...@sofioni.com >

[vpp-dev] :: vppctl fails to start (Centos 7.5.1804)

2018-08-13 Thread omer . majeed
Hi, I've built VPP on centos 7.5.1804, took the RPM packages to another machine to deploy VPP there. After installing RPM packages there when I run $vppctl it gives me following error. CLIB_SOCKET_INIT: CONNECT (FD 3, '/RUN/VPP/CLI.SOCK'): NO SUCH FILE OR DIRECTORY I thought there might be

Re: [vpp-dev] :: Modify Mac address of host-interface

2017-12-15 Thread Omer Majeed
d.io] *On Behalf Of *Omer Majeed *Sent:* Wednesday, December 13, 2017 9:59 AM *To:* vpp-dev@lists.fd.io *Subject:* [vpp-dev] :: Modify Mac address of host-interface Hi, I'm using VPP 17.07, and with the help of C API Mac address could be set on host-interface at the time of host-interface creat

[vpp-dev] :: Modify Mac address of host-interface

2017-12-13 Thread Omer Majeed
Hi, I'm using VPP 17.07, and with the help of C API Mac address could be set on host-interface at the time of host-interface creation. However, I haven't gone across any API that could modify the Mac address of a host-interface. Do we have a C based API to modify host-interface? Thanks. Best

Re: [vpp-dev] Fwd: :: Setting Mac address on Vlan interface

2017-11-29 Thread Omer Majeed
dress of a VLAN interface. A VLAN interface > will always have the same MAC address as its parent/physical interface. > > > > Regards, > > Neale > > > > > > *From: *<vpp-dev-boun...@lists.fd.io> on behalf of Omer Majeed < > omer.maj...@rwth-

[vpp-dev] :: Setting Mac address on Vlan interface

2017-11-29 Thread Omer Majeed
Hi, I am trying to form an ecmp between Vlan interfaces. Traffic coming with IP 1.1.1.5 would go through Vlan interfaces host-tap0.1 and host-tap1.1 forming ecmp. ip route add 1.1.1.5/32 table 3 via 1.1.1.5 host-tap0.1 ip route add 1.1.1.5/32 table 3 via 1.1.1.5 host-tap1.1 set ip arp

[vpp-dev] Fwd: :: Setting Mac address on Vlan interface

2017-11-29 Thread Omer Majeed
traffic flows having Source Mac addresses as that of respective Vlan interfaces. Is there any way I could set Vlan interfaces with my own desired Mac Addresses, so that the traffic has user defined Mac addresses as Source Mac addresses. Thanks. Best Regards, Omer Majeed