mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 13:19:07 -05:00
Unable to set site remote subnets #740
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @aarononeal on GitHub (Oct 21, 2025).
Describe the Bug
When editing a Site, no matter what you enter into the CIDR box, the API call POSTs an empty
remoteSubnetsproperty.Which of course just returns success and then reloading the page shows the CIDR did not persist.
This makes it impossible to establish routing between sites.
Environment
To Reproduce
remoteSubnets=""or reload page and note CIDR is emptyExpected Behavior
The CIDR should be persisted and routes added to Gerbil.
@aarononeal commented on GitHub (Oct 21, 2025):
Resolved: You can't just click Save. You have to hit enter in the CIDR field before Save.
Might be helpful to add a note indicating that field doesn't work the same as the others (e.g. press enter to parse the CIDR).