mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
8 lines
423 B
Text
8 lines
423 B
Text
This module provides an interface to deal with Media Access Control (or MAC)
|
|
addresses. These are the addresses that uniquely identify a device on various
|
|
layer 2 networks. Although the most common case is hardware addresses
|
|
on Ethernet network cards, there are a variety of devices that use this
|
|
system of addressing.
|
|
|
|
This module supports both EUI-48 and EUI-64 addresses and implements an OO
|
|
and a functional interface.
|