-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Describe the bug
When an NSM interface in a TAPA is replaced during NSM heal (old connection is closed part of which the old interface is removed) the new interface most probably will end up with a different MAC address. Yet, the IP address(es) assigned by the proxy component would be most likely the same.
During such NSM heal event the LBs currently won't be informed about the temporary unavailability of said TAPA/Target. However, in an LB the linux neighbor cache might contain a related neighbor entry (with the old/invalid MAC). Renewal of the neighbor entry is delayed by delay_first_probe_time
sec (default: 5) and then initially probes are sent out to the invalid MAC in the cache for ucast_solicit
times (defaults: 3).
So, even if NSM heal would replace the NSM interface in TAPA instantly, there would be at least 8 seconds delay until LBs could learn the new MAC address.
Context
- Kernel: 6.8
- Network Service Mesh: [v1.14.1
- Meridio: 1.1.4
Metadata
Metadata
Assignees
Labels
Type
Projects
Status