You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(encapsulation): rename LocalIP to CNICompatibilityIP
Rename the encapsulation interface method and all related struct
fields and annotation keys from Cilium-specific names to generic
CNI compatibility names, as requested in review.
Changes:
- LocalIP() -> CNICompatibilityIP() returning *net.IPNet
- CiliumInternalIP -> CNICompatibilityIP in Node struct
- ciliumInternalIPs -> cniCompatibilityIPs in segment struct
- kilo.squat.ai/cilium-internal-ip -> kilo.squat.ai/cni-compatibility-ip
- Add comments for ignored errors and IPv4 filter in cilium.go
Co-Authored-By: Claude <noreply@anthropic.com>
Signed-off-by: Andrei Kvapil <kvapss@gmail.com>
0 commit comments