From 1010ac95dd7feb879768711cc6dad01c4c966f64 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 20 Dec 2022 22:04:31 +0100 Subject: [PATCH] auth LUA createForward: add tests for shorter or absent prefix to hex form --- regression-tests.auth-py/test_LuaRecords.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/regression-tests.auth-py/test_LuaRecords.py b/regression-tests.auth-py/test_LuaRecords.py index 55cc5e185b..ce86e9cb50 100644 --- a/regression-tests.auth-py/test_LuaRecords.py +++ b/regression-tests.auth-py/test_LuaRecords.py @@ -903,6 +903,8 @@ createforward6.example.org. 3600 IN NS ns2.example.org. "1-2-3-4.foo.bar.baz.quux": "0.0.0.0", "ip-1-2-3-4": "1.2.3.4", "ip-is-here-for-you-1-2-3-4": "1.2.3.4", + "40414243": "64.65.66.67", + "p40414243": "64.65.66.67", "ip40414243": "64.65.66.67", "ipp40414243": "64.65.66.67", "ip4041424": "0.0.0.0", -- 2.47.2