mirror of
https://github.com/systemd/systemd.git
synced 2024-12-01 06:13:38 +08:00
tests: update test/fuzz/fuzz-netdev-parser/directives.netdev
This is a follow-up to 2266864b04
.
This commit is contained in:
parent
a2ab58da1a
commit
5260482d4c
11
test/fuzz/fuzz-netdev-parser/25-erspan-tunnel.netdev
Normal file
11
test/fuzz/fuzz-netdev-parser/25-erspan-tunnel.netdev
Normal file
@ -0,0 +1,11 @@
|
||||
[NetDev]
|
||||
Name=erspan-test
|
||||
Kind=erspan
|
||||
|
||||
[Tunnel]
|
||||
Independent=true
|
||||
ERSPANIndex=123
|
||||
Local=172.16.1.200
|
||||
Remote=172.16.1.100
|
||||
Key=101
|
||||
SerializeTunneledPackets=true
|
@ -74,6 +74,8 @@ EncapsulationLimit=
|
||||
TTL=
|
||||
FOUSourcePort=
|
||||
IPv6RapidDeploymentPrefix=
|
||||
ERSPANIndex=
|
||||
SerializeTunneledPackets=
|
||||
[VXLAN]
|
||||
UDP6ZeroChecksumRx=
|
||||
ARPProxy=
|
||||
|
Loading…
Reference in New Issue
Block a user