RPKI Engine 1.0
|
Public Member Functions | |
def | __init__ |
def | __repr__ |
def | add |
def | xml |
Public Attributes | |
asn | |
group | |
v4 | |
v6 | |
Static Public Attributes | |
tuple | v4re = re.compile("^([0-9]{1,3}\.){3}[0-9]{1,3}/[0-9]+(-[0-9]+)?$", re.I) |
tuple | v6re = re.compile("^([0-9a-f]{0,4}:){0,15}[0-9a-f]{0,4}/[0-9]+(-[0-9]+)?$", re.I) |
def rpki.myrpki.roa_request.add | ( | self, | |
prefix | |||
) |
def rpki.myrpki.roa_request.xml | ( | self, | |
e | |||
) |
tuple rpki.myrpki.roa_request.v4re = re.compile("^([0-9]{1,3}\.){3}[0-9]{1,3}/[0-9]+(-[0-9]+)?$", re.I) [static] |
tuple rpki.myrpki.roa_request.v6re = re.compile("^([0-9a-f]{0,4}:){0,15}[0-9a-f]{0,4}/[0-9]+(-[0-9]+)?$", re.I) [static] |