Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix RUST_LOG envar for netavark | Paul Holzinger | 2021-11-11 |
| | | | | | | | | THe rust netlink library is very verbose. It contains way to much debug and trave logs. We can set `RUST_LOG=netavark=<level>` to make sure this log level only applies to netavark and not the libraries. Signed-off-by: Paul Holzinger <pholzing@redhat.com> | ||
* | netavark network interface | Paul Holzinger | 2021-11-11 |
Implement a new network interface for netavark. For now only bridge networking is supported. The interface can create/list/inspect/remove networks. For setup and teardown netavark will be invoked. Signed-off-by: Paul Holzinger <pholzing@redhat.com> |