Skip to content

Conversation

@sujay-hashicorp
Copy link
Contributor

@sujay-hashicorp sujay-hashicorp commented Nov 30, 2025

Description

This is to address: #22595

Testing & Reproduction steps

Default Config for Service Mesh
connect {
  enabled = true
}
Screenshot 2025-12-01 at 03 04 13
Defined IPv4 CIDR for Virtual IP assignment
connect {
  enabled = true
  # Override default 240.0.0.0/4 virtual IP range for transparent proxy
  virtual_ip_cidr = "240.10.0.0/16"
  # virtual_ip_cidr_v6 = "..." # to define IPv6 CIDR
}
Screenshot 2025-12-01 at 14 59 28

Links

n/a

PR Checklist

  • updated test coverage
  • external facing docs updated
  • appropriate backport labels added
  • not a security concern

PCI review checklist

  • I have documented a clear reason for, and description of, the change I am making.

  • If applicable, I've documented a plan to revert these changes if they require more than reverting the pull request.

  • If applicable, I've documented the impact of any changes to security controls.

    Examples of changes to security controls include using new access control methods, adding or removing logging pipelines, etc.

@sujay-hashicorp sujay-hashicorp added the backport/all Apply backports for all active releases per .release/versions.hcl label Nov 30, 2025
@github-actions github-actions bot added the theme/config Relating to Consul Agent configuration, including reloading label Nov 30, 2025
@sujay-hashicorp sujay-hashicorp marked this pull request as ready for review December 1, 2025 05:07
@sujay-hashicorp sujay-hashicorp requested review from a team as code owners December 1, 2025 05:07
@sujay-hashicorp sujay-hashicorp force-pushed the sujay/dev/configurevip branch 4 times, most recently from ba3d1f5 to 9fc34ab Compare December 1, 2025 07:17
@sujay-hashicorp sujay-hashicorp added backport/1.22 Changes are backported to 1.22 and removed backport/all Apply backports for all active releases per .release/versions.hcl labels Dec 3, 2025
ConnectMeshGatewayWANFederationEnabled: connectMeshGatewayWANFederationEnabled,
ConnectSidecarMinPort: sidecarMinPort,
ConnectSidecarMaxPort: sidecarMaxPort,
ConnectVirtualIPCIDR: connectVirtualIPCIDR,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we name this as ConnectVirtualIPCIDRv4 to be explicit?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport/1.22 Changes are backported to 1.22 theme/config Relating to Consul Agent configuration, including reloading

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants