diff options
-rw-r--r-- | rpkid/publication-schema.rng | 4 | ||||
-rw-r--r-- | rpkid/rpki/relaxng.py | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/rpkid/publication-schema.rng b/rpkid/publication-schema.rng index ddff59c6..96255426 100644 --- a/rpkid/publication-schema.rng +++ b/rpkid/publication-schema.rng @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: publication-schema.rnc 1835 2008-06-02 23:43:01Z sra $ + $Id: publication-schema.rnc 1837 2008-06-02 23:47:19Z sra $ RelaxNG Schema for RPKI publication protocol. @@ -86,7 +86,7 @@ </define> <!-- <config/> element (use restricted to repository operator) - config_id attribute and list command omitted deliberately, see code for details + config_id attribute, create, list, and destroy commands omitted deliberately, see code for details --> <define name="config_payload"> <optional> diff --git a/rpkid/rpki/relaxng.py b/rpkid/rpki/relaxng.py index e5f98663..c66d965a 100644 --- a/rpkid/rpki/relaxng.py +++ b/rpkid/rpki/relaxng.py @@ -1213,7 +1213,7 @@ up_down = lxml.etree.RelaxNG(lxml.etree.fromstring('''<?xml version="1.0" encodi ## Parsed RelaxNG publication schema publication = lxml.etree.RelaxNG(lxml.etree.fromstring('''<?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: publication-schema.rnc 1835 2008-06-02 23:43:01Z sra $ + $Id: publication-schema.rnc 1837 2008-06-02 23:47:19Z sra $ RelaxNG Schema for RPKI publication protocol. @@ -1299,7 +1299,7 @@ publication = lxml.etree.RelaxNG(lxml.etree.fromstring('''<?xml version="1.0" en </define> <!-- <config/> element (use restricted to repository operator) - config_id attribute and list command omitted deliberately, see code for details + config_id attribute, create, list, and destroy commands omitted deliberately, see code for details --> <define name="config_payload"> <optional> |