vpp icon indicating copy to clipboard operation
vpp copied to clipboard

Results 131 vpp issues
Sort by recently updated
recently updated
newest added

### Description Currently if one adds an address to an interface, a drop route for the first address (.0) in the connected network is added as a drop route. That's...

### Description show threads has a defined return value for type as either 'workers' or 'stats', but is returning '\x00'.   show_threads_reply(_0=828, context=38, retval=0, count=1, thread_data=[vl_api_thread_data_t(id=0, name='vpp_main\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', type='\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00', pid=5811, cpu_id=0, core=0,...

### Description Fresh install of Fedora 29 on bare metal and 'dnf update'. Build VPP:  $ git clone https://gerrit.fd.io/r/vpp  $ cd vpp   $ make install-dep   $ make pkg-rpm Install VPP...

### Description VPP version: 19.04-release During full performance tests for CSIT report 19.04 we found out that ip4 jumbo frames (9000B) are dropped in case of tests with memif -...

### Description After compiling VPP 19.04 with support for MLX5 DPDK driver and installing it, VPP is unable to access the DPDK devices. Neither is it able to create a...

### Description the function 'bfd_auth_set_key' uses 'pool_get' to get a memory address 'auth_key', then in function 'bfd_auth_activate' , the 'auth_key' pointer  is assigned to 'bs->auth.next_key' or  'bs->auth.curr_key'. However, when uses...

### Description The code in ikev2_crypto.c within   #if OPENSSL_VERSION_NUMBER >= 0x10100000L blocks, is wrong and causes ASSERTS (when enabled) during initial IKE SA exchanges with other ikev2 implementations. Fixed by ...

### Description On latest master (I am testing 9febbcdc), ping from cli seems to ignore icmp replies which get dropped: create veth & assign Linux host IP ~# sudo ip...

### Description bt #0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:51 #1  0x00007ffff58b8801 in __GI_abort () at abort.c:79 #2  0x000055555555bffd in os_panic () at /home/sykazmi/vpp/src/vpp/vnet/main.c:355 #3  0x00007ffff5c9f0c9 in debugger () at /home/sykazmi/vpp/src/vppinfra/error.c:84 #4 ...

### Description VPP version: **v19.08-rc0~259-ga29d18ae6~b2822**  Setup: vppctl create tap id 1 host-if-name tap1 vppctl set int ip addr tap1 10.10.1.2/24 vppctl set int state tap1 up ip address add 10.10.1.1/24...