Add functions to convert to and from text, and to truncate to MAC OUI.

Thomas G. Lockhart <lockhart@fourpalms.org>

Commit: 8a35cbe1db808126b5285bdfbc115b6f0e393541
Author: Thomas G. Lockhart <lockhart@fourpalms.org>
Date: 2000-08-23T06:04:49Z
Releases: 7.1.1
Add functions to convert to and from text, and to truncate to MAC OUI.
Remove hardcoded macaddr_manuf(), which had really old, obsolete info.
 Replace this with some contrib/mac/ code to maniag OUI info from IEEE.

Files

PathChange+/−
src/backend/utils/adt/mac.c modified +69 −156
src/include/catalog/catversion.h modified +2 −2
src/include/catalog/pg_proc.h modified +36 −31
src/include/utils/builtins.h modified +4 −2