return printable_byte_str(self.key) + "/" + str(self.prefix_length) def BmMatchParamTernary_to_str(self): return printable_byte_str(self.key) + " &&& " + printable_byte_str(self.mask) def BmMatchParamValid_to_str(self): return "" def BmMatchParamRange_to_str(self): re...