Hi,
Finally I was able to make it work,
This is the sequence I did:
*#Creating TAP interface*
vppctl create tap
vppctl enable tap-inject -> create parallel tap for my router plugin (FRR)
(tap0 -> vpp16)
*#Creating Bridge between tap and wwan0 *
brctl addbr br1
brctl addif br1 wwan0
brctl addif br
can you paste output of:
brctl show
ip link
ip addr
> On 31 Jan 2019, at 20:36, amir...@rad.com wrote:
>
> Hi Mohsin Kazmi,
> Thanks for the quick answer.
> I'm not sure I got your point,
> I've two PCs each one connect to different physical port in a network device
> in the middle.
> This net
Hi Mohsin Kazmi,
Thanks for the quick answer.
I'm not sure I got your point,
I've two PCs each one connect to different physical port in a network device in
the middle.
This network device acts as a router with several ports - one will be cellular
in the future.
(Currently simulated by one of th
: Thursday, January 31, 2019 12:56 PM
To: vpp-dev@lists.fd.io
Subject: [vpp-dev] Connecting Cellular modem (wwan) interface to VPP
Hi All,
I'm trying to connect Cellular modem (wwan) Linux interface to the VPP.
I know that DPDK doesn't support LTE modem so I've tried to connect it via
Hi All,
I'm trying to connect Cellular modem (wwan) Linux interface to the VPP.
I know that DPDK doesn't support LTE modem so I've tried to connect it via
Linux Bridge to VPP TAP interface.
In order to test it I've connect all Ethernet interface except one (that will
simulate the LTE) to the VP