Skip to content

Conversation

@Tbaile
Copy link
Collaborator

@Tbaile Tbaile commented Jun 3, 2025

Closes #1220

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR refactors how dest_ip is retrieved and used when listing port forward redirects, introducing a default fallback and simplifying the grouping logic.

  • Replaced the try/except for dest_ip extraction with r.get("dest_ip", "127.0.0.1").
  • Consolidated map initialization and append steps around a single dest_ip variable.

@Tbaile Tbaile merged commit 55ca06b into main Jun 4, 2025
1 check passed
@Tbaile Tbaile deleted the issue-1220 branch June 4, 2025 07:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Port forward creation: destination address field mandatory

3 participants