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