networking.rxe.interfaces

NixOS option

Enable RDMA on the listed interfaces. The corresponding virtual RDMA interfaces will be named rxe_<interface>. UDP port 4791 must be open on the respective ethernet interfaces.

type: list of string
Default
[ ]
Example
[
  "eth0"
]
declared in: nixos/modules/services/networking/rxe.nixView source on NixOS/nixpkgs →