This is the section of code that appears to be an issue:

        my $node_info = node_attributes($mac);
        # transforming MAC to the expected format 00-11-22-33-CA-FE
        $mac = lc($mac);
        $mac =~ s/://g;


I can tell you that the MAC address format that appears on the controller is 
aa:bb:cc:dd:…….

So it isn’t using “-“ but “:” to separate them. On Instant this may be 
different and why this was included, but not sure it would work on the 
controller even if this error wasn’t occurring.

Any thoughts on that?

Louis Scaringella
Security Systems Engineer
Yellow Dog Networks, Inc
785-342-7903






> On May 15, 2019, at 10:55 AM, Fabrice Durand via PacketFence-users 
> <packetfence-users@lists.sourceforge.net> wrote:
>
> curl 
> https://patch-diff.githubusercontent.com/raw/inverse-inc/packetfence/pull/4211.diff
>  | patch -p1

The information transmitted, including any attachments, is intended only for 
the person or entity to which it is addressed and may contain confidential 
and/or privileged material. Any review, retransmission, dissemination or other 
use of, or taking of any action in reliance upon, this information by persons 
or entities other than the intended recipient is prohibited, and all liability 
arising therefrom is disclaimed. If you received this in error, please contact 
the sender and delete the material from any computer.

_______________________________________________
PacketFence-users mailing list
PacketFence-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/packetfence-users

Reply via email to