liangwen12year

Results 98 comments of liangwen12year

`vlan_id` was already deprecated since 72f7c8ab4dd7d79b2a86bc38ef04382f0705461e, and the nested `vlan` is preferred. ``` - vlan_id: 6 + vlan: + id: 6 ```

Do not forget to sign your commit by using `git commit -s`.

PR Title lint is failed, `type must be one of [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test, tests] [type-enum]`, please change the title for the PR...

Can you rebase the current PR, `git pull --rebase upstream main`

> Is there any method that would show the route to be added using "check" mode? The check mode (or dry run mode) does not actually apply any changes to...

> How does the role determine that a route needs to be added? The role uses its backend (provider) initscripts and NetworkManager to configure the user-specified routes, if the backend...

> Thanks for the update. > > We'd like to see the routes being added (or removed) using check mode. Is there a way of doing this? > > We...

@ts97783 Let me try it out, by the way, the patch is welcome if you want to support the `diff_mode` into the network role.