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

Class RouteRange


This abstract class is the parent class of L3UnicastRouteRange and in the future for L3MulticastRouteRange, L2UnicastRouteRange, L2MulticastRouteRange, 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
  RangeType = enum('EQUAL_OR_LARGER', 'LARGER')
Properties

Inherited from object: __class__