Skip to content
Legacy docs for Tenzir v5.x. For the latest Tenzir v6 series, visit docs.tenzir.com. Migrating from v5? Read the Tenzir v6 migration guide.

Retrieves the network address of a subnet.

network(x:subnet) -> ip

The network function returns the network address of a subnet.

from {subnet: 192.168.0.0/16}
select ip = subnet.network()
{ip: 192.168.0.0}

Last updated: