nixos/rxe: fix option description
This caused an opening xml tag in our docbook pipeline and failed the manual build.
This commit is contained in:
parent
542a74a9dc
commit
502073b09a
@ -17,7 +17,7 @@ in {
|
|||||||
example = [ "eth0" ];
|
example = [ "eth0" ];
|
||||||
description = ''
|
description = ''
|
||||||
Enable RDMA on the listed interfaces. The corresponding virtual
|
Enable RDMA on the listed interfaces. The corresponding virtual
|
||||||
RDMA interfaces will be named rxe_<interface>.
|
RDMA interfaces will be named rxe_<interface>.
|
||||||
UDP port 4791 must be open on the respective ethernet interfaces.
|
UDP port 4791 must be open on the respective ethernet interfaces.
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user