-
Notifications
You must be signed in to change notification settings - Fork 186
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
Add a new client / server command to rename CIDR #310
Conversation
d995854
to
ed80075
Compare
b10347e
to
4eea832
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh great! Adding just 2 little technicalities, but approving already.
I was about to ask about making sure that CIDR names are unique, but I see the database takes care of it (same as in peer names), which is good, as that's probably the only non-racy way to check it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! One small copy-pasta typo fix.
4eea832
to
29a1a15
Compare
Co-authored-by: Matěj Laitl <[email protected]> Co-authored-by: Jake McGinty <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM++
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Post-merge LGTM!
Closes #309