mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 00:14:32 +09:00
network: Implement B.A.T.M.A.N. Advanced interface type
This commit is contained in:
committed by
Yu Watanabe
parent
2aaf376597
commit
c0267a592a
16
test/fuzz/fuzz-netdev-parser/28-batadv.netdev
Normal file
16
test/fuzz/fuzz-netdev-parser/28-batadv.netdev
Normal file
@@ -0,0 +1,16 @@
|
||||
[NetDev]
|
||||
Name=bat0
|
||||
Kind=batadv
|
||||
Description=Batman test
|
||||
|
||||
[BatmanAdvanced]
|
||||
GatewayMode=server
|
||||
Aggregation=1
|
||||
BridgeLoopAvoidance=1
|
||||
DistributedArpTable=1
|
||||
Fragmentation=1
|
||||
HopPenalty=10
|
||||
OriginatorIntervalSec=1
|
||||
GatewayBandwithDown=100K
|
||||
GatewayBandwithUp=12K
|
||||
RoutingAlgorithm=batman-v
|
||||
@@ -223,3 +223,14 @@ InterfaceId=
|
||||
[BareUDP]
|
||||
DestinationPort=
|
||||
EtherType=
|
||||
[BatmanAdvanced]
|
||||
GatewayMode=
|
||||
Aggregation=
|
||||
BridgeLoopAvoidance=
|
||||
DistributedArpTable=
|
||||
Fragmentation=
|
||||
HopPenalty=
|
||||
OriginatorIntervalSec=
|
||||
GatewayBandwithDown=
|
||||
GatewayBandwithUp=
|
||||
RoutingAlgorithm=
|
||||
|
||||
Reference in New Issue
Block a user