end
```
+Prefixing a mask with `!` excludes that mask from matching.
+
### IP Addresses
We move IP addresses around in native format, called ComboAddress within PowerDNS.
ComboAddresses can be IPv4 or IPv6, and unless you want to know, you don't need
* member `setCD(bool)`: set checking disabled flag
* NetmaskGroup related
* function `newNMG()`: returns a NetmaskGroup
- * member `addMask(mask)`: adds `mask` to the NetmaskGroup
+ * member `addMask(mask)`: adds `mask` to the NetmaskGroup. Prefix with `!` to exclude this mask from matching.
* member `match(ComboAddress)`: checks if ComboAddress is matched by this NetmaskGroup
* member `clear()`: clears the NetmaskGroup
* member `size()`: returns number of netmasks in this NetmaskGroup