Exemplo n.º 1
0
    def populateReOnlineRasMsg(self, ras_msg):
        GeneralUpdateRas.populateReOnlineRasMsg(self, ras_msg)

        mac = self.__getMacAddressFromPacket(ras_msg.getRequestPacket())
        if mac:
            ras_msg["mac"] = mac
Exemplo n.º 2
0
 def populateReOnlineRasMsg(self, ras_msg):
     GeneralUpdateRas.populateReOnlineRasMsg(self, ras_msg)
     ras_msg.setInAttrsIfExists({"Calling-Station-Id": "mac"})