Beispiel #1
0
 def __init__(self, afi, safi, action=None):
     Message.__init__(self)
     self.nlris = [
         EOR.NLRI(afi, safi, action),
     ]
     self.attributes = Attributes()
Beispiel #2
0
 def __init__(self, what):
     Message.__init__(self)
     self.what = Type(what)
Beispiel #3
0
	def __init__ (self, what):
		Message.__init__(self)
		self.what = Type(what)
Beispiel #4
0
	def __init__ (self, afi, safi, action=None):
		Message.__init__(self)
		self.nlris = [EOR.NLRI(afi,safi,action),]
		self.attributes = Attributes()