@@ -660,7 +660,7 @@ index 07b6afca7c..fd69aab5e6 100644
660660 }
661661 }
662662diff --git a/pkg/endpoint/endpoint.go b/pkg/endpoint/endpoint.go
663- index bba3bc2aed..ae7e11b752 100644
663+ index 72f0cbfbbc..063d6c4f58 100644
664664--- a/pkg/endpoint/endpoint.go
665665+++ b/pkg/endpoint/endpoint.go
666666@@ -31,6 +31,7 @@ import (
@@ -671,7 +671,7 @@ index bba3bc2aed..ae7e11b752 100644
671671 dptypes "github.com/cilium/cilium/pkg/datapath/types"
672672 "github.com/cilium/cilium/pkg/defaults"
673673 "github.com/cilium/cilium/pkg/endpoint/regeneration"
674- @@ -429 ,6 +430 ,10 @@ type Endpoint struct {
674+ @@ -425 ,6 +426 ,10 @@ type Endpoint struct {
675675
676676 // NetNsCookie is the network namespace cookie of the Endpoint.
677677 NetNsCookie uint64
@@ -682,7 +682,7 @@ index bba3bc2aed..ae7e11b752 100644
682682 }
683683
684684 func (e *Endpoint) GetRealizedRedirects() (redirects map[string]uint16) {
685- @@ -711 ,6 +716 ,9 @@ func (e *Endpoint) GetID16() uint16 {
685+ @@ -709 ,6 +714 ,9 @@ func (e *Endpoint) GetID16() uint16 {
686686 // In some datapath modes, it may return an empty string as there is no unique
687687 // host netns network interface for this endpoint.
688688 func (e *Endpoint) HostInterface() string {
@@ -692,7 +692,7 @@ index bba3bc2aed..ae7e11b752 100644
692692 return e.ifName
693693 }
694694
695- @@ -2590 ,6 +2598 ,9 @@ func (e *Endpoint) Delete(conf DeleteConfig) []error {
695+ @@ -2589 ,6 +2597 ,9 @@ func (e *Endpoint) Delete(conf DeleteConfig) []error {
696696 // setDown sets the Endpoint's underlying interface down. If the interface
697697 // cannot be retrieved, returns nil.
698698 func (e *Endpoint) setDown() error {
@@ -794,7 +794,7 @@ index 0000000000..16d42d2e7b
794794+ return ep.eniIndex
795795+ }
796796diff --git a/pkg/option/config.go b/pkg/option/config.go
797- index 0fbbdeb7f0..e38fd79cdb 100644
797+ index 41ce99326c..581382cacc 100644
798798--- a/pkg/option/config.go
799799+++ b/pkg/option/config.go
800800@@ -40,6 +40,7 @@ import (
@@ -805,7 +805,7 @@ index 0fbbdeb7f0..e38fd79cdb 100644
805805 "github.com/cilium/cilium/pkg/defaults"
806806 "github.com/cilium/cilium/pkg/ip"
807807 ipamOption "github.com/cilium/cilium/pkg/ipam/option"
808- @@ -2574 ,7 +2575 ,8 @@ func (c *DaemonConfig) TunnelingEnabled() bool {
808+ @@ -2573 ,7 +2574 ,8 @@ func (c *DaemonConfig) TunnelingEnabled() bool {
809809 func (c *DaemonConfig) AreDevicesRequired() bool {
810810 return c.EnableNodePort || c.EnableHostFirewall || c.EnableWireguard ||
811811 c.EnableHighScaleIPcache || c.EnableL2Announcements || c.ForceDeviceRequired ||
@@ -1311,5 +1311,5 @@ index cd4b2f673e..fceb272841 100644
13111311
13121312 // IPAM is the Cilium specific CNI IPAM configuration
13131313- -
1314- 2.39.5 (Apple Git-154 )
1314+ 2.50.1 (Apple Git-155 )
13151315
0 commit comments