yanet-platform / yanet

A high performance framework for forwarding traffic based on DPDK
Other
171 stars 18 forks source link

[L3] Add support for a custom source address for packets sent from the load balancer #60

Closed saushew closed 11 months ago

saushew commented 11 months ago

Sometimes it's necessary to specify a custom source ip for the netpacket sent from the load balancer instead of the one specified in the controlplane.conf "balancer" section. To achieve this, we need to support the "outer source network" parameters for IPv4/IPv6 in the services config.

saushew commented 11 months ago

This issue fixed at pr #55