Gris Ge

Results 72 issues of Gris Ge

https://doc.rust-lang.org/cargo/reference/workspaces.html#the-dependencies-table

good first issue
Wait_Planning

As first step to providing async API in nmstate, we should use `nispor::NetState::retrieve_with_filter_async()` instead of `nispor::NetState::retrieve_with_filter()`.

good first issue

```bash fge@fed:~$ nmstatectl show [2024-03-04T02:26:28Z INFO nmstatectl] Nmstate version: 2.2.26 NmstateError: Bug: NetlinkError: Received a netlink error message Operation not permitted (os error 1) fge@fed:~$ uname -a Linux fed 6.7.5-200.fc39.x86_64...

_Originally posted by @liangwen12year in https://github.com/nmstate/nmstate/pull/2533#discussion_r1486819381_

DO NOT MERGE With `rightsubnet` and `leftsubnet` defined in remote(server) ipsec end, use of nmstate is expecting to setup a ipsec tunnel to protect communication between specified networks. Integration test...

``` =================================== FAILURES =================================== __________________________ test_change_vlan_protocol ___________________________ > raise map_error(err_kind, err_msg) E libnmstate.error.NmstateVerificationError: Verification failure: eth1.101.interface.vlan.protocol desire '"802.1q"', current '"802.1ad"' ```

### What happened? What is the problem? When running `packit pull-from-upstream` multiple times for the same package, packit will append dist-git commit instead of overriding exsiting ones. For example: https://gitlab.com/redhat/centos-stream/rpms/nmstate/-/merge_requests/82/commits...

kind/bug
area/cli
complexity/single-task
gain/low
impact/low

### What happened? What is the problem? The packit CLI has `--resolve-bug` for `propose-downstream`, but using `--resolve-bugzillas` for `create-update`. ### What did you expect to happen? _No response_ ### Example...

kind/bug
area/cli
complexity/easy-fix
gain/low
impact/low

Now that nmstate is part of fcos the network configuration examples should be extended with it. Also fixed `10.10.10.1` been listed as IP address in NetworkManager key file, it is...

Enable referring vrf, bond, linux-bridge, OVS bridge port via MAC address. For bond and VRF, use `profile-name: ` in `ports-config` section. For linux bridge and ovs bridge, use `profile-name: `...

Wait_Planning