Skip to content

pan: baseUDPConn still sends packets to the fix port for endhost within the local AS #272

@JordiSubira

Description

@JordiSubira

Currently, baseUDPConn is sending packets to the fix port for endhost within the local AS

nextHop = netip.AddrPortFrom(dst.IP, underlay.EndhostPort)

We should replicate the behavior of snet.NewCookedConn() somehow since we are opening directly a

conn, err := sn.OpenRaw(ctx, net.UDPAddrFromAddrPort(local))
. Maybe using "NewCookedConn" is good enough...

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions