RPKI Engine  1.0
Public Member Functions | Public Attributes
rpki::resource_set::resource_set_ip Class Reference
Inheritance diagram for rpki::resource_set::resource_set_ip:
Inheritance graph
Collaboration diagram for rpki::resource_set::resource_set_ip:
Collaboration graph

List of all members.

Public Member Functions

def parse_rfc3779_tuple
def to_rfc3779_tuple
def to_roa_prefix_set

Public Attributes

 inherit
 Boolean indicating whether this resource_set uses RFC 3779 inheritance.

Detailed Description

(Generic) IP address resource set.

This is a virtual class.  You probably don't want to use it
directly.

Definition at line 552 of file resource_set.py.


Member Function Documentation

def rpki::resource_set::resource_set_ip::parse_rfc3779_tuple (   self,
  x 
)
Parse IP address resource sets from tuple format generated by RFC
3779 ASN.1 decoder.

Definition at line 560 of file resource_set.py.

Referenced by rpki::resource_set::resource_set::__init__().

Here is the caller graph for this function:

def rpki::resource_set::resource_set_ip::to_rfc3779_tuple (   self)
Convert IP resource set into tuple format used by RFC 3779 ASN.1
encoder.

Definition at line 589 of file resource_set.py.

References rpki::resource_set::resource_set_ipv4::afi, rpki::resource_set::resource_set_ipv6::afi, rpki::resource_set::resource_set::canonize(), rpki::resource_set::resource_set::inherit, rpki::resource_set::resource_set_as::inherit, and inherit.

Here is the call graph for this function:

def rpki::resource_set::resource_set_ip::to_roa_prefix_set (   self)
Convert from a resource set to a ROA prefix set.

Definition at line 578 of file resource_set.py.


Member Data Documentation

Boolean indicating whether this resource_set uses RFC 3779 inheritance.

Reimplemented from rpki::resource_set::resource_set.

Definition at line 563 of file resource_set.py.

Referenced by to_rfc3779_tuple().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Properties