mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
Some address family values (e.g. "ipv4" or "ipv6") should not be considered as bogus value if they can be normalized into `socket.AF_INET` or `socket.AF_INET6`, it is more tolerant but also still preserving the capability for rejecting the utterly bogus address family values. Signed-off-by: Wen Liang <liangwen12year@gmail.com> |
||
|---|---|---|
| .. | ||
| nm | ||
| __init__.py | ||
| argument_validator.py | ||
| ethtool.py | ||
| myerror.py | ||
| nm_provider.py | ||
| utils.py | ||