mirror of
https://github.com/safing/portmaster
synced 2025-04-08 21:19:10 +00:00
[service] Fix IPv6 payload layer set
This commit is contained in:
parent
98137ca4b6
commit
40b443282f
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@ func Handler(ctx context.Context, packets chan packet.Packet, bandwidthUpdate ch
|
|||
newPacket := &Packet{
|
||||
verdictRequest: conn.ID,
|
||||
payload: conn.Payload,
|
||||
payloadLayer: conn.PayloadLayer,
|
||||
verdictSet: abool.NewBool(false),
|
||||
}
|
||||
info := newPacket.Info()
|
||||
|
|
Loading…
Add table
Reference in a new issue