-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Remove accounting config #2256
Remove accounting config #2256
Conversation
Work towards #2090 Remove accounting config/keys/endpoints/cli/etc... There is currently nothing in the accounting config, and no exact plans. When this emerges, we'll move it into the system database alongside other configs.
LGTM |
@@ -83,8 +83,8 @@ func (p PrefixConfigMap) Less(i, j int) bool { | |||
// | |||
// These additional entries allow for simple lookups by prefix and | |||
// provide a way to split a range by prefixes which affect it. This | |||
// last is necessary for accounting and zone configs; ranges must not | |||
// span accounting or zone config boundaries. | |||
// last is necessary for zone configs; ranges must not |
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.
"This last"?
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.
uh. yeah. same as it was before, refers to "split a range by prefixes which affect 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.
i don't get it; this last what?
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.
aka: "the latter"
LGTM |
1 similar comment
LGTM |
Work towards #2090
Remove accounting config/keys/endpoints/cli/etc...
There is currently nothing in the accounting config, and no exact plans.
When this emerges, we'll move it into the system database alongside
other configs.