vpp
vpp copied to clipboard
The input argument parsed in the while loop should be line_input, not input
In function 'ikev2_node_internal', the offsets of IKE0, UDP, and IP headers in the non-NATT branch are resolved incorrectly. As a result, Ikev2 process will consider that the packet has BAD...
"handoff" action in policer formatting is missed under the use of CLI.
Both documentation and function definition are showing that this command was supposed to be in the shape as fixed by this PR. Signed-off-by: Piotr Skamruk
vlib_cli_output was crashing when calling format_ip4_address. Passing the correct parameters fixes this. Also, added the collector port to the output.
Update RDMA Interface documentation with further information for interface configuration in an SR-IOV VF use case
vec.h vec_cmp has a bug my machine is 64 bit, _v(cmp) is signed long type, so vec_len(v1) - vec_len(v2) is a big number here is my test code: int *...
The VPP bihash supports a key-value pair to provision an entry for a table. For example, see https://github.com/FDio/vpp/blob/master/src/vppinfra/bihash_48_8.h#L39 However, the VPP classifier entry does not support a value. This PR...
Type: fix