From 0697455ff94395cb421ab625692ab2f2f1938705 Mon Sep 17 00:00:00 2001 From: ace Date: Mon, 30 Jun 2025 02:44:36 +0300 Subject: [PATCH] update readme --- README.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f06f5a..a4584c5 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Configure interfaces and pbr for RedHat and Debian based distros Supported OS with Network Manager: -- Rocky Linux 8/9 -- AlmaLinux 8/9 +- Rocky Linux 8/9/10 +- AlmaLinux 8/9/10 - CentOS 7 - Debian 11/12 - Ubuntu 20.04/22.04/24.04 @@ -14,6 +14,21 @@ Supported interface types for network-scripts: - loopback Examples: +
+ Loopback IP with Network Manager + + network: + network_manager: + iface: + - conn_name: lo + type: loopback + autoconnect: false + ip4: + - "127.0.0.1/8" + - "10.127.1.1/32" + +
+
IPs and PBR with Network Manager