update readme

This commit is contained in:
ace
2025-06-30 02:44:36 +03:00
parent 63b4d66156
commit 0697455ff9

View File

@ -2,8 +2,8 @@
Configure interfaces and pbr for RedHat and Debian based distros Configure interfaces and pbr for RedHat and Debian based distros
Supported OS with Network Manager: Supported OS with Network Manager:
- Rocky Linux 8/9 - Rocky Linux 8/9/10
- AlmaLinux 8/9 - AlmaLinux 8/9/10
- CentOS 7 - CentOS 7
- Debian 11/12 - Debian 11/12
- Ubuntu 20.04/22.04/24.04 - Ubuntu 20.04/22.04/24.04
@ -14,6 +14,21 @@ Supported interface types for network-scripts:
- loopback - loopback
Examples: Examples:
<details>
<summary>Loopback IP with Network Manager</summary>
network:
network_manager:
iface:
- conn_name: lo
type: loopback
autoconnect: false
ip4:
- "127.0.0.1/8"
- "10.127.1.1/32"
</details>
<details> <details>
<summary>IPs and PBR with Network Manager</summary> <summary>IPs and PBR with Network Manager</summary>