flannel-io / flannel

flannel is a network fabric for containers, designed for Kubernetes
Apache License 2.0
8.61k stars 2.87k forks source link

Added leaseAttr string method with logs on VxLan #1933

Closed rbrtbnfgl closed 2 months ago

rbrtbnfgl commented 2 months ago

Description

Updated lease.go with String function for leaseAttr and added a log on vxlan subnet handler with the attr info.

Todos

Release Note

None required
manuelbuil commented 2 months ago

When using vxlan, we will get two logs with the lease,right? The one we get right now with a lot of numbers to decode and this one, right?

rbrtbnfgl commented 2 months ago

Yes