示例#1
0
文件: mac.py 项目: yokoi-h/exabgp
	def __eq__ (self, other):
		return \
			EVPN.__eq__(self,other) and \
			self.rd == other.rd and \
			self.etag == other.etag and \
			self.mac == other.mac and \
			self.ip == other.ip