Exemplo n.º 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
Exemplo n.º 2
0
 def __init__(self, afi, safi, nlris):
     Family.__init__(self, afi, safi)
     self.nlris = nlris
Exemplo n.º 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
Exemplo n.º 4
0
Arquivo: nlri.py Projeto: cys3c/exabgp
	def __init__ (self, afi, safi, action=OUT.UNSET):
		Family.__init__(self,afi,safi)
		self.action = action
Exemplo n.º 5
0
	def __init__ (self, afi, safi, nlris):
		Family.__init__(self,afi,safi)
		self.nlris = nlris
Exemplo n.º 6
0
	def __init__ (self, afi, safi, action=OUT.UNSET):
		Family.__init__(self,afi,safi)
		self.action = action