From 1e7ec7961f9654d4a7051b191027a0aebca0d88b Mon Sep 17 00:00:00 2001 From: ace Date: Wed, 27 Sep 2023 01:23:07 +0300 Subject: [PATCH] test markdown --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index bebd272..1cedbb4 100644 --- a/README.md +++ b/README.md @@ -15,21 +15,21 @@ Supported iterface types for network-scripts:
IPs and PBR with Network Manager - network: - network_manager: - iface: - - conn_name: ens256 - ip4: - - "100.127.2.2/29" - routes4: - - 0.0.0.0/0 100.127.2.6 table=200 - - 100.127.2.0/29 100.127.2.2 table=200 - - conn_name: dummy0 - type: dummy - ip4: - - "18.12.3.1/32" - routing_rules4: - - priority 5 from 18.12.3.1 table 200 + network: + network_manager: + iface: + - conn_name: ens256 + ip4: + - "100.127.2.2/29" + routes4: + - 0.0.0.0/0 100.127.2.6 table=200 + - 100.127.2.0/29 100.127.2.2 table=200 + - conn_name: dummy0 + type: dummy + ip4: + - "18.12.3.1/32" + routing_rules4: + - priority 5 from 18.12.3.1 table 200