mirror of
https://github.com/safing/portmaster
synced 2025-04-09 13:39:10 +00:00
Merge pull request #1813 from safing/fix/packet-layer-set
[service] Fix IPv6 payload layer set
This commit is contained in:
commit
5e7ad95a44
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