diff options
author | Rob Austein <sra@hactrn.net> | 2008-05-21 00:30:38 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-05-21 00:30:38 +0000 |
commit | 5e87546f81d2fbd27f797a1ea97e70d71be39bd4 (patch) | |
tree | c62c5e23e9c47a3a8f5c6eef74bb184740aa1594 /rpkid/left-right-protocol-samples/pdu.008.xml | |
parent | 8ba1be0fc4f98ec1b83152d2f9dffe39be118121 (diff) |
Move left-right "type" attribute to <msg/> element because fixing this
is easier than explaining why it was broken.
svn path=/rpkid/irbe-cli.py; revision=1804
Diffstat (limited to 'rpkid/left-right-protocol-samples/pdu.008.xml')
-rw-r--r-- | rpkid/left-right-protocol-samples/pdu.008.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rpkid/left-right-protocol-samples/pdu.008.xml b/rpkid/left-right-protocol-samples/pdu.008.xml index feb7246c..a761b1fe 100644 --- a/rpkid/left-right-protocol-samples/pdu.008.xml +++ b/rpkid/left-right-protocol-samples/pdu.008.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="US-ASCII"?> <!--Automatically generated, do not edit.--> -<msg xmlns="http://www.hactrn.net/uris/rpki/left-right-spec/" version="1"> - <self action="list" type="reply" self_id="42"> +<msg xmlns="http://www.hactrn.net/uris/rpki/left-right-spec/" version="1" type="reply"> + <self action="list" self_id="42"> <bpki_cert> MIIDGzCCAgOgAwIBAgIJAKi+/+wUhQlxMA0GCSqGSIb3DQEBBQUAMCQxIjAgBgNV BAMTGVRlc3QgQ2VydGlmaWNhdGUgQm9iIFJvb3QwHhcNMDcwODAxMTk1MzEwWhcN @@ -44,7 +44,7 @@ <extension_preference name="quest">Holy Grail</extension_preference> <extension_preference name="color">Blue</extension_preference> </self> - <self action="list" type="reply" self_id="99"> + <self action="list" self_id="99"> <extension_preference name="name">Arthur, King of the Britons</extension_preference> <extension_preference name="quest">Holy Grail</extension_preference> <extension_preference name="airspeed_velocity_of_an_unladen_swallow">African or European swallow?</extension_preference> |