We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
➜ docker exec -it headscale headscale routes list ID | Node | Prefix | Advertised | Enabled | Primary 55 | | ::/0 | true | true | - 58 | | 0.0.0.0/0 | true | true | - ➜ docker exec -it headscale headscale routes delete --force -r 55 Cannot delete route 55: WHERE conditions required ➜ docker exec -it headscale headscale routes delete --force -r 58 Cannot delete route 58: WHERE conditions required
it should delete the route
I don't know how the route(without node) generates
- OS: - Headscale version: 0.23 - Tailscale version:
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is this a support request?
Is there an existing issue for this?
Current Behavior
Expected Behavior
it should delete the route
Steps To Reproduce
I don't know how the route(without node) generates
Environment
Runtime environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: