Skip to content

Commit

Permalink
reformat mac addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
ollyg committed Dec 28, 2024
1 parent 0f2294d commit 0a426d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ieee/MA/ma-to-manufacturer-table.pl
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@
$row->{abbrev},
$row->{base},
$row->{bits},
$row->{first},
$row->{last},
(join ':', unpack("(a2)*", $row->{first})),
(join ':', unpack("(a2)*", $row->{last})),
$row->{range};
}

Expand Down

0 comments on commit 0a426d6

Please sign in to comment.