# File lib/cidr.rb, line 1163
    def netmask()
        bits = NetAddr.mask_to_bits(@netmask)
        return("/#{bits}")
    end