yanet-platform / yanet

A high performance framework for forwarding traffic based on DPDK
Other
165 stars 17 forks source link

Add support of IPv4/v6 outer source network for services #55

Closed saushew closed 9 months ago

saushew commented 9 months ago

Add the ipv4_outer_source_network and ipv6_outer_source_network parameters to services config in the controlplane.conf's balancer section. If these parameters are set, the netpacket source address sent from the load balancer will have the value corresponding to this parameter.

Fixes issue #60