Exemple #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
Exemple #2
0
 def __init__(self, afi, safi, nlris):
     Family.__init__(self, afi, safi)
     self.nlris = nlris
Exemple #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
Exemple #4
0
	def __init__ (self, afi, safi, action=OUT.UNSET):
		Family.__init__(self,afi,safi)
		self.action = action
Exemple #5
0
	def __init__ (self, afi, safi, nlris):
		Family.__init__(self,afi,safi)
		self.nlris = nlris
Exemple #6
0
	def __init__ (self, afi, safi, action=OUT.UNSET):
		Family.__init__(self,afi,safi)
		self.action = action