aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-11-29 16:42:39 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-12-02 06:13:47 +0100
commit97f9df9e30962ed1bc6240c5368a18a72f256b72 (patch)
tree603b6e7102917bcb49ed9659b7f3cf2230fb762e /test
parenttest: add tests for ip_protocol_{from,to}_name() (diff)
downloadsystemd-97f9df9e30962ed1bc6240c5368a18a72f256b72.tar.gz
systemd-97f9df9e30962ed1bc6240c5368a18a72f256b72.tar.bz2
systemd-97f9df9e30962ed1bc6240c5368a18a72f256b72.zip
network: rename Protocol= in [RoutingPolicyRule] to IPProtocol=
Diffstat (limited to 'test')
-rw-r--r--test/fuzz/fuzz-network-parser/25-fibrule-port-range.network2
-rw-r--r--test/fuzz/fuzz-network-parser/directives.network2
-rw-r--r--test/test-network/conf/25-fibrule-port-range.network2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/fuzz/fuzz-network-parser/25-fibrule-port-range.network b/test/fuzz/fuzz-network-parser/25-fibrule-port-range.network
index b0502175f..36646ec0f 100644
--- a/test/fuzz/fuzz-network-parser/25-fibrule-port-range.network
+++ b/test/fuzz/fuzz-network-parser/25-fibrule-port-range.network
@@ -8,4 +8,4 @@ From= 192.168.100.18
Priority=111
SourcePort = 1123-1150
DestinationPort = 3224-3290
-Protocol = tcp
+IPProtocol = tcp
diff --git a/test/fuzz/fuzz-network-parser/directives.network b/test/fuzz/fuzz-network-parser/directives.network
index 7508f693d..8ea809a7e 100644
--- a/test/fuzz/fuzz-network-parser/directives.network
+++ b/test/fuzz/fuzz-network-parser/directives.network
@@ -152,7 +152,7 @@ Priority=
FirewallMark=
SourcePort=
DestinationPort=
-Protocol=
+IPProtocol=
[IPv6PrefixDelegation]
RouterPreference=
DNSLifetimeSec=
diff --git a/test/test-network/conf/25-fibrule-port-range.network b/test/test-network/conf/25-fibrule-port-range.network
index b0502175f..36646ec0f 100644
--- a/test/test-network/conf/25-fibrule-port-range.network
+++ b/test/test-network/conf/25-fibrule-port-range.network
@@ -8,4 +8,4 @@ From= 192.168.100.18
Priority=111
SourcePort = 1123-1150
DestinationPort = 3224-3290
-Protocol = tcp
+IPProtocol = tcp