vpp icon indicating copy to clipboard operation
vpp copied to clipboard

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

### Description A new VPP plugin sitting in the feature arc or as an FIB DPO. This NAT66 mechanism supports both static and dynamic bindings between inside links (/64) and...

nat

### Description A NAT66 mechanism implemented as an VPP plugin sitting in the input feature arc or as a DPO. Similar to VPP-2103, but instead of having bindings between inside...

nat

### Description Test Suite | Status   ~~~~~~~~~~ | ~~~~~~         ipv6 | 26 fail ### Assignee Unassigned ### Reporter Ole Trøan ### Comments No comments. Original issue: https://jira.fd.io/browse/VPP-2109

ipv6

### Description I've sent a couple of messages to the vpp-dev list on this issue. This seems like the right forum, so I'm adding the information here. Since the message...

nat

### Description sw_interface_ip6_enable_disable allows me to enable and disable IPv6 on an interface.  However, in order to test code that uses this, one would require a getter to return the...

ipv6

### Description VCDP based NAPT66 using large outside pools. ### Assignee Unassigned ### Reporter Ole Trøan ### Comments No comments. Original issue: https://jira.fd.io/browse/VPP-2116

nat

### Description I use vpp 20.05 and dpdk 20.02 on aarch64 architecture cpu server, and do a pressure test by using iperf3, the traffic is over 300MB.  The problem I...

nat

### Description No description provided. ### Assignee Ole Trøan ### Reporter Ole Trøan ### Comments No comments. Original issue: https://jira.fd.io/browse/VPP-2123

ipv6

Question: My idea is to have different destinations use different NAT address pools. However, the traffic is not passing through as expected. My goal is to have traffic from 55.55.55.2...

nat

I saw this node by reading the code in plugins/dhcp/dhcp4_proxy_node.c: ` VLIB_REGISTER_NODE (dhcp_proxy_to_client_node, static) = { .function = dhcp_proxy_to_client_input, .name = "dhcp-proxy-to-client", /* Takes a vector of packets. */ .vector_size...