Package onep :: Package routing :: Module Route :: Class Route
[frames] | no frames]

Class Route


This abstract class is the parent class of L3UnicastRoute and in the future for L3MulticastRoute, L2UnicastRoute, L2MulticastRoute, etc.

All common fields among these derived class will be defined in this class.

Instance Methods

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  RouteErrorCode = enum('NONE', 'SUCCESS', 'PARTIAL_SUCCESS', 'E...
Properties

Inherited from object: __class__

Class Variable Details

RouteErrorCode

Value:
enum('NONE', 'SUCCESS', 'PARTIAL_SUCCESS', 'EAGAIN', 'FAILURE', 'MAX')