l3dsr icon indicating copy to clipboard operation
l3dsr copied to clipboard

Direct Server Return load balancing across Layer 3 boundaries.

Results 10 l3dsr issues
Sort by recently updated
recently updated
newest added

### Random times it is observed that dsrtools start script fails with the following error message. ``` TASK [services : restart dsrctl service] *************************************** 00:14:46 fatal: [host.example.com]: FAILED! => {"changed":...

Someone suggested I consider using "raw" instead of the "mangle" table for this module so that it would appear in front of the conntrack module. In that way, the daddr...

I'm publishing a `beta` branch. This is to synchronize our internal repo with this repo. At this point our internal repo will be retired and replaced with this repo as...

The `beta` branch now has `dsrtools` available. `dsrtools` is a replacement for `yvipagent`. We've been using this tool internally for several years now on our RHEL 6 and RHEL 7...

Hello, We are using this l3dsr as RPM-based distros. However, this spec file does not support centos8. > iptables-daddr.spec Are there plans to support centos8 soon? I tried to edit...

The DADDR iptables plugin, `iptables -t mangle -A INPUT -m dscp --dscp 1 -j DADDR --set-daddr=192.168.0.2`, can be replaced by tc, so no plugin is need to use l3dsr: ```...

We encountered a "hw csum failure" for the latest Mellanox driver which turned up a long latent bug in the xt_DADDR.c code. I'm making the patch available now on the...

RHEL 8 publishes `kernel-abi-stablelists` that `Obsoletes` `kernel-abi-whitelists`, but the `Obsoletes` is not present in RHEL 9.

I confirm that this contribution is made under the terms of the license found in the root directory of this repository's source tree and that I have the authority necessary...

Can not build the kernel modules on Rocky 9.4 though I was able to build the kernel modules on Rocky 9.3. Here is the build result of l3dsr kernel modules....