-
Notifications
You must be signed in to change notification settings - Fork 22
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
New options "--sourceaddr4" and "--sourceaddr6" #317
Conversation
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.
Add a blocker so that --sourceaddr can neither be combined with --sourceaddr4 nor --sourceaddr6.
Done.
Done. |
It should be noted that |
Deprecate "--sourceaddr".
v2023.1 Release testingBasic testing:
Observations:
|
Purpose
Provide options to define both source IPv4 and source IPv6. This would replace the
--sourceaddr
option.Context
#315
Follow-up on zonemaster/zonemaster-engine#1203
Changes
How to test this PR