This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Closed
Conversation
Adds a helper utility for checking that all remap.config header rewrite directives have a matching file.
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a helper utility for checking that all remap.config header
rewrite directives have a matching file.
The header rewrite directive and file generation has a lot of conditions, so it's difficult to ensure they match identically. This provides users and developers a tool for checking code and data generate matching directives and files correctly.
Includes documentation in the tool directory.
No tests, is a standalone tool that doesn't affect production code paths.
Includes changelog.
Which Traffic Control components are affected by this PR?
Tool is useful to ORT, but does not affect ORT or any other production code path.
What is the best way to verify this PR?
See readme, run tool according to instructions.
If this is a bug fix, what versions of Traffic Control are affected?
Not a bug fix.
The following criteria are ALL met by this PR
Additional Information