-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[bug] Checksum cache is not invalidated on VPN server change #667
Labels
Comments
codesankalp
added a commit
that referenced
this issue
Jul 8, 2022
codesankalp
added a commit
that referenced
this issue
Jul 8, 2022
codesankalp
added a commit
that referenced
this issue
Jul 13, 2022
nemesifier
pushed a commit
that referenced
this issue
Jul 14, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If a VPN server is changed, there could be some variables (eg: hostname), which may be used in the VPN-client templates and would need to invalidate the cache of all the devices using those templates, but this is not being done now.
The result is that the config checksum is outdated and devices do not update their config.
To fix this we shall do the following:
The text was updated successfully, but these errors were encountered: