azure-container-networking icon indicating copy to clipboard operation
azure-container-networking copied to clipboard

feat: make OverlayExtensionConfig `ExtensionIPRange` field immutable

Open robogatikov opened this issue 1 year ago • 3 comments

Reason for Change: We want to make OverlayExtensionConfig extensionIPRange field immutable to prevent accidental changes to the field. Network Containers are getting programmed for every IP address in this field's CIDR range, and DNC/DNC-RC will not support updating this field.

Issue Fixed:

Requirements:

Notes:

robogatikov avatar Oct 07 '24 14:10 robogatikov