RPKI Engine 1.0
Classes | Functions | Variables

Package rpki.rcynic

Classes

class  NotRsyncURI
class  rcynic_certificate
class  rcynic_file_iterator
class  rcynic_ghostbuster
class  rcynic_object
class  rcynic_roa
class  rcynic_xml_iterator
class  UnknownObject

Functions

def label_iterator

Variables

dictionary file_name_classes
tuple rcynic_dir = os.path.normpath(os.path.join(sys.path[0], "..", "rcynic"))

Detailed Description

Prototype of an iterator class to parse the output of an rcynic run.
This script will almost certainly move to the library package once
it's stable.

$Id: rcynic.py 3884 2011-06-17 18:50:12Z sra $

Copyright (C) 2010-2011  Internet Systems Consortium ("ISC")

Permission to use, copy, modify, and distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.

Function Documentation

def rpki.rcynic.label_iterator (   xml_file)
Returns an iterator which contains all defined labels from an rcynic XML
output file.  Each item is a tuple of the form
(label, kind, description).

Definition at line 241 of file rcynic.py.


Variable Documentation

Initial value:
00001 {
00002   ".cer" : rcynic_certificate,
00003   ".gbr" : rcynic_ghostbuster,
00004   ".roa" : rcynic_roa }

Definition at line 167 of file rcynic.py.

tuple rpki::rcynic.rcynic_dir = os.path.normpath(os.path.join(sys.path[0], "..", "rcynic"))

Definition at line 253 of file rcynic.py.

 All Classes Namespaces Files Functions Variables