diff options
author | Rob Austein <sra@hactrn.net> | 2014-07-03 16:56:23 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-07-03 16:56:23 +0000 |
commit | cd264895b35e5345dbbe14539614bb6e23bddc0e (patch) | |
tree | 1c2faadeba2b2ae59c8778588ea5af7a3db05a1b /rpki | |
parent | afb06330d3b3f6fdeb32012ee8626d88ba2ed381 (diff) |
Regen
svn path=/branches/tk705/; revision=5882
Diffstat (limited to 'rpki')
-rw-r--r-- | rpki/relaxng.py | 10 | ||||
-rw-r--r-- | rpki/sql_schemas.py | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/rpki/relaxng.py b/rpki/relaxng.py index 30a0824d..04f51b6c 100644 --- a/rpki/relaxng.py +++ b/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 5876 2014-06-26 19:00:12Z sra $ + $Id: left-right.rnc 5881 2014-07-03 16:55:02Z sra $ RelaxNG schema for RPKI left-right protocol. @@ -1482,7 +1482,7 @@ myrpki = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encodi ## Parsed RelaxNG publication_control schema publication_control = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: publication-schema.rnc 5876 2014-06-26 19:00:12Z sra $ + $Id: publication-control.rnc 5881 2014-07-03 16:55:02Z sra $ RelaxNG schema for RPKI publication protocol. @@ -1820,7 +1820,7 @@ publication_control = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version ## Parsed RelaxNG publication schema publication = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: publication-schema.rnc 5876 2014-06-26 19:00:12Z sra $ + $Id: publication.rnc 5881 2014-07-03 16:55:02Z sra $ RelaxNG schema for RPKI publication protocol, from current I-D. @@ -1993,7 +1993,7 @@ publication = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" e ## 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 5876 2014-06-26 19:00:12Z sra $ + $Id: router-certificate.rnc 5881 2014-07-03 16:55:02Z sra $ RelaxNG schema for BGPSEC router certificate interchange format. @@ -2251,7 +2251,7 @@ rrdp = lxml.etree.RelaxNG(lxml.etree.fromstring(r'''<?xml version="1.0" encoding ## 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 5876 2014-06-26 19:00:12Z sra $ + $Id: up-down.rnc 5881 2014-07-03 16:55:02Z sra $ RelaxNG schema for the up-down protocol, extracted from RFC 6492. diff --git a/rpki/sql_schemas.py b/rpki/sql_schemas.py index 2cd3bee7..d9ccb3e4 100644 --- a/rpki/sql_schemas.py +++ b/rpki/sql_schemas.py @@ -2,7 +2,7 @@ ## @var rpkid ## SQL schema rpkid -rpkid = '''-- $Id: rpkid.sql 5845 2014-05-29 22:31:15Z sra $ +rpkid = '''-- $Id: rpkid.sql 5881 2014-07-03 16:55:02Z sra $ -- Copyright (C) 2012--2014 Dragon Research Labs ("DRL") -- Portions copyright (C) 2009--2011 Internet Systems Consortium ("ISC") @@ -245,7 +245,7 @@ CREATE TABLE ee_cert ( ## @var pubd ## SQL schema pubd -pubd = '''-- $Id: pubd.sql 5757 2014-04-05 22:42:12Z sra $ +pubd = '''-- $Id: pubd.sql 5881 2014-07-03 16:55:02Z sra $ -- Copyright (C) 2012--2014 Dragon Research Labs ("DRL") -- Portions copyright (C) 2009--2010 Internet Systems Consortium ("ISC") |