diff options
-rw-r--r-- | rpkid/left-right-schema.rng | 2 | ||||
-rw-r--r-- | rpkid/router-certificate-schema.rng | 2 | ||||
-rw-r--r-- | rpkid/rpki/relaxng.py | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/rpkid/left-right-schema.rng b/rpkid/left-right-schema.rng index e7cf52cb..532bdb8a 100644 --- a/rpkid/left-right-schema.rng +++ b/rpkid/left-right-schema.rng @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: left-right-schema.rnc 4588 2012-07-06 19:43:56Z sra $ + $Id: left-right-schema.rnc 5657 2014-01-31 05:50:52Z sra $ RelaxNG Schema for RPKI left-right protocol. diff --git a/rpkid/router-certificate-schema.rng b/rpkid/router-certificate-schema.rng index 912d68d5..bd0a70d2 100644 --- a/rpkid/router-certificate-schema.rng +++ b/rpkid/router-certificate-schema.rng @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: router-certificate-schema.rnc 5655 2014-01-30 23:00:58Z sra $ + $Id: router-certificate-schema.rnc 5657 2014-01-31 05:50:52Z sra $ RelaxNG Schema for BGPSEC router certificate interchange format. diff --git a/rpkid/rpki/relaxng.py b/rpkid/rpki/relaxng.py index aecc8648..f69968be 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 4588 2012-07-06 19:43:56Z sra $ + $Id: left-right-schema.rnc 5657 2014-01-31 05:50:52Z sra $ RelaxNG Schema for RPKI left-right protocol. @@ -2315,7 +2315,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 5655 2014-01-30 23:00:58Z sra $ + $Id: router-certificate-schema.rnc 5657 2014-01-31 05:50:52Z sra $ RelaxNG Schema for BGPSEC router certificate interchange format. |