Re: macaddr 64 bit (EUI-64) datatype support
Haribabu Kommi <kommi.haribabu@gmail.com>
From: Haribabu Kommi <kommi.haribabu@gmail.com>
To: Vitaly Burovoy <vitaly.burovoy@gmail.com>
Cc: Alvaro Herrera <alvherre@2ndquadrant.com>,
Julien Rouhaud <julien.rouhaud@dalibo.com>, Craig Ringer <craig@2ndquadrant.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2016-10-12T23:44:57Z
Lists: pgsql-hackers
On Thu, Oct 13, 2016 at 7:31 AM, Vitaly Burovoy <vitaly.burovoy@gmail.com> wrote: > Haribabu Kommi, why have you read enough about EUI-64? > Your function "macaddr64_trunc" sets 4 lower bytes as 0 whereas > (according to the Wikipedia, but I can look for a standard) 3 bytes > are still define an OUI (organizationally unique identifier), so > truncation should be done for 5, not 4 lower octets. > > The macros "hibits" should be 3 octets long, not 4; "lobits" --- 5 bytes, > not 4. > In the other case your comparisons fail. > > What document have you used to write the patch? Are short form formats > correct in macaddr64_in? > Yes, OUI is 24 bits. I just created prototype patch to check community opinion on it. I checked the following links [1], [2] for the development of macaddr8. But the patch is not correct for all the cases, it is just a prototype to see whether it accepts 8 byte MAC address or not? [1] - http://standards.ieee.org/develop/regauth/tut/eui64.pdf [2] - https://en.wikipedia.org/wiki/MAC_address Regards, Hari Babu Fujitsu Australia
Commits
-
Add support for EUI-64 MAC addresses as macaddr8
- c7a9fa399d55 10.0 landed
-
perltidy pg_dump TAP tests
- 6af8b89adba1 10.0 cited