Gris Ge
Gris Ge
When applying below state, got failure `NmstateVerificationError` ```yaml --- interfaces: - name: ens1f1 type: ethernet state: up ethernet: sr-iov: total-vfs: 2 vfs: [] ``` The expectation of this desire state...
The IP over IB interface can only been bond port with other IP over IB interfaces. We should raise `NmstateValueError` when user try to mix them.
The route rule should be sorted in: * IPv6 is preferred than IPv4. * Smaller numbered priority is preferred than bigger number.
Currently, nmstate only support route rule with destination or from defined. Please remove that restriction by supporting `from all to all` route rule. This could open a door where we...
The unit test will fail when ran by pytest *. This is caused by test case `test_state_for_verify_remove_link_local_address` changed the value of IPV6_ADDRESSES which will fail `TestIfaces.test_mark_iface_as_absent`.
Currently, when creating bond over non exists port even that interface is defined in desire state, we got error from NM: libnmstate.error.NmstateLibnmError: Activate profile uuid:03fca0f0-dbc1-43e7-88a9-24567bc54d32 id:eth2 failed: error=nm-manager-error-quark: No suitable...
The IP over IB has no link layer, but LLDP is for link layer.
Currently, due to kernel bug(no link or commit yet), the kernel will not provide netlink information for ipoib interface which is created by NetworkManager. As workaround, we are using NetworkManager...
The https://github.com/nmstate/nmstate/pull/1341 should be reverted once NM fixed their bug in https://bugzilla.redhat.com/show_bug.cgi?id=1881318 and we increase the minimum version to include the NM fix.
- [ ] OpenSuSE - [ ] Ubuntu - [ ] Debian