search for: eptochain

Displaying 1 result from an estimated 1 matches for "eptochain".

2024 Feb 13
16
[Bug 1736] New: nftables - dynamic update for verdict map from the packet path
...chain to implement the session affinity function for my load balancer. The map is defined with the dynamic and timeout flag. I plan to add source address of new client retrieved from the packet path to a map with the `update @` action like below add table ip loadbalancer add map ip loadbalancer epToChain { type ipv4_addr : verdict ; flags dynamic,timeout ; timeout 4m ;} add chain ip loadbalancer service-ABC add rule ip loadbalancer service-ABC ip saddr vmap @epToChain add chain ip loadbalancer endpoint-1 add rule ip loadbalancer endpoint-1 update @epToChain { ip saddr : goto endpoint-1 } add chain...