gi0baro / noir

A command-line tool for template rendering

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add CIDR helpers to context

gi0baro opened this issue · comments

Functions:

  • cidr.subnet(prefix, newbits, netnum)
  • cidr.host(prefix, hostnum)
  • cidr.netmask(prefix)
  • cidr.subnets(prefix, *newbits)