Ejemplo n.º 1
0
 def __str__(self):
     return "MP_UNREACH_NLRI Family %s %d NLRI(s)" % (Address.__str__(
         self.routes[0]), len(self.routes))
Ejemplo n.º 2
0
	def __str__ (self):
		return "%s %s%s" % (Address.__str__(self.nlri),str(self.nlri),str(self.attributes))
Ejemplo n.º 3
0
	def __str__ (self):
		return "MP_UNREACH_NLRI Family %s %d NLRI(s)" % (Address.__str__(self.routes[0]),len(self.routes))
Ejemplo n.º 4
0
 def __str__(self):
     return "%s %s%s" % (Address.__str__(self.nlri), str(
         self.nlri), str(self.attributes))