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