mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 10:25:28 +00:00
If the `p_key` is specified, then ipoib (IP over Infiniband) connection will be created. In this case, the interface name must be unset. NM only allows the user to set the interface name to a fixed value based on the interface name of the parent and the value of the `p_key`, for example, if the interface name of the parent is `ib0` and the `p_key` is `0x000a`, then the `interface_name` for the ipoib connection must be `ib0.000a` or unset. But this kind of validation in NM is pointless because it is not useful at all to have the interface name for the ipoib connection, NM should has also rejected setting the interface name for the ipoib connection initially. Signed-off-by: Wen Liang <liangwen12year@gmail.com> |
||
|---|---|---|
| .. | ||
| test_network_connections.py | ||
| test_nm_provider.py | ||