Compare commits

...
Author SHA1 Message Date
Weimin YuandGitHub 302faa21dd Fix host_create template in load test (#3172)
The hosts created by load test is intentionally non-subordinate. They
must not have IP addresses.
2026-07-21 21:21:58 +00:00
@@ -4,7 +4,6 @@
<host:create
xmlns:host="urn:ietf:params:xml:ns:host-1.0">
<host:name>%host%.example.com</host:name>
<host:addr ip="v4">8.8.8.8</host:addr>
</host:create>
</create>
<clTRID>trid</clTRID>