From aedcb72ef383dd9c2a146903f9fbdac9915e9af0 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 15 Oct 2015 23:51:51 +0000 Subject: Convert zookeeper to use new (IETF standards track I-D) out-of-band configuration protocol instead of the crufty ancient "myrpki" version. Semantics largely unchanged, differences are primarily syntax and cleanup of historical baggage, but only the new protocol includes RRDP support, which we're gonna need. At some point we should write XSL transforms that map between the useful portions of the old protocol and the modern equivalent. svn path=/branches/tk705/; revision=6119 --- schemas/relaxng/oob-setup.rng | 168 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 schemas/relaxng/oob-setup.rng (limited to 'schemas/relaxng/oob-setup.rng') diff --git a/schemas/relaxng/oob-setup.rng b/schemas/relaxng/oob-setup.rng new file mode 100644 index 00000000..00278047 --- /dev/null +++ b/schemas/relaxng/oob-setup.rng @@ -0,0 +1,168 @@ + + + + + 1 + + + + 512000 + + + + + 255 + [\-_A-Za-z0-9/]* + + + + + 4096 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + syntax-error + authentication-failure + refused + + + + + + + + -- cgit v1.2.3