--
-- macaddr_ne/2
--
create or replace function macaddr_ne(
  macaddr,
  macaddr
) returns bool as $$
macaddr_ne$$ language plpgsql;