Replace "master/slave" terminology in tests
Replace most "master/slave" terminology in tests with the preferred "primary/secondary", with the following exceptions: - When testing the old syntax - When master is used in master file and master file format terms - When master is used in hostmaster or postmaster terms - When master used in legacy domain names (for example in dig.batch) - When there is no replacement (for example default-masters)
This commit is contained in:
committed by
Evan Hunt
parent
570554149f
commit
f3d3a4ff6e
@@ -23,8 +23,8 @@
|
||||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# "masters" isn't allowed for a static-stub zone (unlike a stub zone).
|
||||
# "primaries" isn't allowed for a static-stub zone (unlike a stub zone).
|
||||
zone "example.com" {
|
||||
type static-stub;
|
||||
masters { 192.0.2.1; };
|
||||
primaries { 192.0.2.1; };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user