RPKI Engine
1.0
|
Command line IR back-end control program for rpkid and pubd. $Id: irbe_cli.py 4092 2011-11-14 10:47:25Z sra $ Copyright (C) 2009--2010 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 244 of file irbe_cli.py.
References usage_fill.
tuple irbe_cli::argv = sys.argv[1:] |
Definition at line 264 of file irbe_cli.py.
tuple irbe_cli::cfg = rpki.config.parser(cfg_file, "irbe_cli") |
Definition at line 288 of file irbe_cli.py.
irbe_cli::cfg_file = None |
Definition at line 269 of file irbe_cli.py.
tuple irbe_cli::client_cert = rpki.x509.X509(Auto_file = cfg.get("rpkid-irbe-cert")) |
Definition at line 314 of file irbe_cli.py.
tuple irbe_cli::client_key = rpki.x509.RSA( Auto_file = cfg.get("rpkid-irbe-key")) |
Definition at line 313 of file irbe_cli.py.
Definition at line 318 of file irbe_cli.py.
irbe_cli::pem_out = None |
Definition at line 39 of file irbe_cli.py.
Definition at line 312 of file irbe_cli.py.
Definition at line 296 of file irbe_cli.py.
list irbe_cli::q_msg_left_right = [] |
Definition at line 290 of file irbe_cli.py.
list irbe_cli::q_msg_publication = [] |
Definition at line 291 of file irbe_cli.py.
list irbe_cli::q_pdu = left_right_msg.pdus[argv[0]] |
Definition at line 295 of file irbe_cli.py.
tuple irbe_cli::server_cert = rpki.x509.X509(Auto_file = cfg.get("rpkid-cert")) |
Definition at line 316 of file irbe_cli.py.
tuple irbe_cli::server_ta = rpki.x509.X509(Auto_file = cfg.get("rpkid-bpki-ta")) |
Definition at line 315 of file irbe_cli.py.
list irbe_cli::top_opts = ["config=", "help", "pem_out=", "quiet", "verbose"] |
Definition at line 242 of file irbe_cli.py.
tuple irbe_cli::url = cfg.get("rpkid-url") |
Definition at line 317 of file irbe_cli.py.
tuple irbe_cli::usage_fill = UsageWrapper(subsequent_indent = " " * 4) |
Definition at line 52 of file irbe_cli.py.
Referenced by irbe_cli::cmd_msg_mixin::usage(), and usage().
irbe_cli::verbose = True |
Definition at line 270 of file irbe_cli.py.