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