mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
Add NetworkManager development documentation to contributing guide
Signed-off-by: Wen Liang <liangwen12year@gmail.com>
This commit is contained in:
parent
4f9f7a4c94
commit
f01655c47a
1 changed files with 15 additions and 0 deletions
|
|
@ -306,6 +306,21 @@ ansible-playbook --skip-tags tests::cleanup \
|
|||
-i testhost, tests/playbooks/tests_802_1x.yml
|
||||
```
|
||||
|
||||
### NetworkManager Documentation
|
||||
- [NM 1.0](https://lazka.github.io/pgi-docs/#NM-1.0), it contains full explanation about NetworkManager API, including but not limited to:
|
||||
- Functions
|
||||
- Callbacks
|
||||
- Interfaces
|
||||
- Classes
|
||||
- Hierarchy
|
||||
- Structures
|
||||
- Class Structures
|
||||
- Interface Structures
|
||||
- Flags
|
||||
- Enums
|
||||
- Constants
|
||||
- Symbol Mapping
|
||||
|
||||
### Integration tests with podman
|
||||
1. Create `~/.ansible/collections/ansible_collections/containers/podman/` if this
|
||||
directory does not exist and `cd` into this directory.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue