Classes | |
class | bsc_elt |
class | caller |
class | certificate_elt |
class | child_elt |
class | client_elt |
class | cmd_elt_mixin |
class | cmd_msg_mixin |
class | config_elt |
class | crl_elt |
class | left_right_cms_msg |
class | left_right_msg |
class | left_right_sax_handler |
class | list_published_objects_elt |
class | manifest_elt |
class | parent_elt |
class | publication_cms_msg |
class | publication_msg |
class | publication_sax_handler |
class | reply_elt_mixin |
class | report_error_elt |
class | repository_elt |
class | roa_elt |
class | self_elt |
class | UsageWrapper |
Functions | |
def | usage |
Variables | |
list | argv = sys.argv[1:] |
tuple | call_pubd |
tuple | call_rpkid |
tuple | cfg = rpki.config.parser(cfg_file, "irbe_cli") |
string | cfg_file = "irbe.conf" |
pem_out = None | |
q_msg = q_msg_left_right | |
tuple | q_msg_left_right = left_right_msg.query() |
tuple | q_msg_publication = publication_msg.query() |
list | q_pdu = left_right_msg.pdus[argv[0]] |
list | top_opts = ["config=", "help", "pem_out=", "quiet", "verbose"] |
tuple | usage_fill = UsageWrapper(subsequent_indent = " " * 4) |
verbose = True |
Command line IR back-end control program for rpkid and pubd. $Id: irbe_cli.py 2799 2009-09-30 02:33:36Z sra $ Copyright (C) 2009 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. Portions copyright (C) 2007--2008 American Registry for Internet Numbers ("ARIN") 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 ARIN DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL ARIN 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.
def irbe_cli.usage | ( | code = 1 |
) |
Definition at line 275 of file irbe_cli.py.
tuple irbe_cli::argv = sys.argv[1:] |
Definition at line 294 of file irbe_cli.py.
tuple irbe_cli.call_pubd |
rpki.async.sync_wrapper(caller( cms_class = publication_cms_msg, client_key = rpki.x509.RSA( Auto_file = cfg.get("pubd-irbe-key")), client_cert = rpki.x509.X509(Auto_file = cfg.get("pubd-irbe-cert")), server_ta = rpki.x509.X509(Auto_file = cfg.get("pubd-bpki-ta")), server_cert = rpki.x509.X509(Auto_file = cfg.get("pubd-cert")), url = cfg.get("pubd-url")))
Definition at line 349 of file irbe_cli.py.
tuple irbe_cli.call_rpkid |
rpki.async.sync_wrapper(caller( cms_class = left_right_cms_msg, client_key = rpki.x509.RSA( Auto_file = cfg.get("rpkid-irbe-key")), client_cert = rpki.x509.X509(Auto_file = cfg.get("rpkid-irbe-cert")), server_ta = rpki.x509.X509(Auto_file = cfg.get("rpkid-bpki-ta")), server_cert = rpki.x509.X509(Auto_file = cfg.get("rpkid-cert")), url = cfg.get("rpkid-url")))
Definition at line 337 of file irbe_cli.py.
tuple irbe_cli.cfg = rpki.config.parser(cfg_file, "irbe_cli") |
Definition at line 318 of file irbe_cli.py.
irbe_cli.cfg_file = "irbe.conf" |
Definition at line 299 of file irbe_cli.py.
irbe_cli.pem_out = None |
Definition at line 39 of file irbe_cli.py.
Definition at line 326 of file irbe_cli.py.
tuple irbe_cli.q_msg_left_right = left_right_msg.query() |
Definition at line 320 of file irbe_cli.py.
tuple irbe_cli.q_msg_publication = publication_msg.query() |
Definition at line 321 of file irbe_cli.py.
list irbe_cli::q_pdu = left_right_msg.pdus[argv[0]] |
Definition at line 325 of file irbe_cli.py.
list irbe_cli.top_opts = ["config=", "help", "pem_out=", "quiet", "verbose"] |
Definition at line 273 of file irbe_cli.py.
tuple irbe_cli.usage_fill = UsageWrapper(subsequent_indent = " " * 4) |
Definition at line 87 of file irbe_cli.py.
irbe_cli.verbose = True |
Definition at line 300 of file irbe_cli.py.