aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2014-04-05 19:26:15 +0000
committerRob Austein <sra@hactrn.net>2014-04-05 19:26:15 +0000
commitaa28ef54c271fbe4d52860ff8cf13cab19e2207c (patch)
treeb6b277f5103ab4bc6fa7eadb9a3b260693f810a1 /rpkid/rpki
parent3e9ffaab9aef186a3c94123bcfc8346aebda026d (diff)
Regen
svn path=/trunk/; revision=5754
Diffstat (limited to 'rpkid/rpki')
-rw-r--r--rpkid/rpki/relaxng.py10
-rw-r--r--rpkid/rpki/sql_schemas.py2
2 files changed, 6 insertions, 6 deletions
diff --git a/rpkid/rpki/relaxng.py b/rpkid/rpki/relaxng.py
index bc1f57c6..0d8c0d64 100644
--- a/rpkid/rpki/relaxng.py
+++ b/rpkid/rpki/relaxng.py
@@ -6,7 +6,7 @@ import lxml.etree
## Parsed RelaxNG left_right schema
left_right = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encoding="UTF-8"?>
<!--
- $Id: left-right-schema.rnc 5746 2014-04-04 02:00:06Z sra $
+ $Id: left-right-schema.rnc 5753 2014-04-05 19:24:26Z sra $
RelaxNG schema for RPKI left-right protocol.
@@ -1099,7 +1099,7 @@ left_right = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" en
## Parsed RelaxNG up_down schema
up_down = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encoding="UTF-8"?>
<!--
- $Id: up-down-schema.rnc 5748 2014-04-04 16:30:30Z sra $
+ $Id: up-down-schema.rnc 5753 2014-04-05 19:24:26Z sra $
RelaxNG schema for the up-down protocol, extracted from RFC 6492.
@@ -1380,7 +1380,7 @@ up_down = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encod
## Parsed RelaxNG publication schema
publication = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encoding="UTF-8"?>
<!--
- $Id: publication-schema.rnc 5746 2014-04-04 02:00:06Z sra $
+ $Id: publication-schema.rnc 5753 2014-04-05 19:24:26Z sra $
RelaxNG schema for RPKI publication protocol.
@@ -1958,7 +1958,7 @@ publication = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" e
## Parsed RelaxNG myrpki schema
myrpki = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encoding="UTF-8"?>
<!--
- $Id: myrpki.rnc 5746 2014-04-04 02:00:06Z sra $
+ $Id: myrpki.rnc 5753 2014-04-05 19:24:26Z sra $
RelaxNG schema for MyRPKI XML messages.
@@ -2341,7 +2341,7 @@ myrpki = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encodi
## Parsed RelaxNG router_certificate schema
router_certificate = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encoding="UTF-8"?>
<!--
- $Id: router-certificate-schema.rnc 5746 2014-04-04 02:00:06Z sra $
+ $Id: router-certificate-schema.rnc 5753 2014-04-05 19:24:26Z sra $
RelaxNG schema for BGPSEC router certificate interchange format.
diff --git a/rpkid/rpki/sql_schemas.py b/rpkid/rpki/sql_schemas.py
index 9a82f0ef..e57c7a7f 100644
--- a/rpkid/rpki/sql_schemas.py
+++ b/rpkid/rpki/sql_schemas.py
@@ -2,7 +2,7 @@
## @var rpkid
## SQL schema rpkid
-rpkid = '''-- $Id: rpkid.sql 3745 2011-03-27 00:21:57Z sra $
+rpkid = '''-- $Id: rpkid.sql 5753 2014-04-05 19:24:26Z sra $
-- Copyright (C) 2009--2011 Internet Systems Consortium ("ISC")
--