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