예제 #1
0
 def __init__(self, afi, safi, action=None):
     Message.__init__(self)
     self.nlris = [
         EOR.NLRI(afi, safi, action),
     ]
     self.attributes = Attributes()
예제 #2
0
 def __init__(self, what):
     Message.__init__(self)
     self.what = Type(what)
예제 #3
0
	def __init__ (self, what):
		Message.__init__(self)
		self.what = Type(what)
예제 #4
0
파일: eor.py 프로젝트: xiaopeng163/exabgp
	def __init__ (self, afi, safi, action=None):
		Message.__init__(self)
		self.nlris = [EOR.NLRI(afi,safi,action),]
		self.attributes = Attributes()