summaryrefslogtreecommitdiffstats
path: root/test/test-network/conf/25-routing-policy-rule-reconfigure1.network
blob: d0c05c5dbdef862233f3da144e9c497b66e1dc35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# SPDX-License-Identifier: LGPL-2.1-or-later
[Match]
Name=test1

[Network]
IPv6AcceptRA=no

# fwmark
[RoutingPolicyRule]
Table=1011
Family=ipv4
Priority=10111
FirewallMark=1011

# oif
[RoutingPolicyRule]
Table=1011
Family=ipv4
Priority=10112
OutgoingInterface=test1

# iif
[RoutingPolicyRule]
Table=1011
Family=both
Priority=10113
IncomingInterface=test1

# source
[RoutingPolicyRule]
Table=1011
Family=ipv4
Priority=10114
From=192.168.8.254