# File lib/cidr.rb, line 643
    def bits()
        return(NetAddr.mask_to_bits(@netmask))
    end