示例#1
0
	def __init__ (self, afi, safi, nlris):
		Family.__init__(self,afi,safi)
		# all the routes must have the same next-hop
		self.nlris = nlris
示例#2
0
 def __init__(self, afi, safi, nlris):
     Family.__init__(self, afi, safi)
     self.nlris = nlris
示例#3
0
 def __init__(self, afi, safi, nlris):
     Family.__init__(self, afi, safi)
     # all the routes must have the same next-hop
     self.nlris = nlris
示例#4
0
文件: nlri.py 项目: cys3c/exabgp
	def __init__ (self, afi, safi, action=OUT.UNSET):
		Family.__init__(self,afi,safi)
		self.action = action
示例#5
0
	def __init__ (self, afi, safi, nlris):
		Family.__init__(self,afi,safi)
		self.nlris = nlris
示例#6
0
文件: nlri.py 项目: CadeLaRen/exabgp
	def __init__ (self, afi, safi, action=OUT.UNSET):
		Family.__init__(self,afi,safi)
		self.action = action