Routing
The routing setting contains a dictionary to configure routes and PBR1 rules:
routing:
# route settings (ip route)
routes:
- to: 0.0.0.0/0
via: 192.0.2.1
# rule settings (ip rule)
rules:
- priority: 42
iif: eno1
to: 1.1.1.1/32
action: prohibit
Examples: