test markdown

This commit is contained in:
ace 2023-09-27 01:22:11 +03:00
parent 8aa06f4399
commit 1a2ce3429b
Signed by: ace
GPG Key ID: 2C08973DD37A76FD

View File

@ -12,23 +12,26 @@ Supported iterface types for network-scripts:
- ethernet (default)
- loopback
Example with Network Manager:
<details>
<summary>IPs and PBR with Network Manager</summary>
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
</details>
Example for simple policy base routing with Network Manager: