diff options
Diffstat (limited to 'rpkid/rpki/relaxng.py')
-rw-r--r-- | rpkid/rpki/relaxng.py | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/rpkid/rpki/relaxng.py b/rpkid/rpki/relaxng.py index 03bfc2b5..755e42d0 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('''<?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: left-right-schema.rng 1640 2008-04-09 02:26:30Z sra $ + $Id: left-right-schema.rnc 1640 2008-04-09 02:26:30Z sra $ RelaxNG (Compact Syntax) Schema for RPKI left-right protocol. @@ -790,6 +790,11 @@ left_right = lxml.etree.RelaxNG(lxml.etree.fromstring('''<?xml version="1.0" enc </attribute> </optional> <optional> + <attribute name="exact_match"> + <data type="boolean"/> + </attribute> + </optional> + <optional> <attribute name="ipv4"> <data type="token"> <param name="maxLength">1024</param> |