:param NetMaskGroup nmg: The NetMaskGroup to match on
:param bool src: Whether to match source or destination address of the packet. Defaults to true (matches source)
- :param bool quiet: Do not return the list of matched netmasks. Default is false.
+ :param bool quiet: Do not display the list of matched netmasks in Rules. Default is false.
.. function:: OpcodeRule(code)
To match domain names exactly, see :func:`QNameSetRule`.
:param SuffixMatchNode smb: The SuffixMatchNode to match on
- :param bool quiet: Do not return the list of matched domains. Default is false.
+ :param bool quiet: Do not display the list of matched domains in Rules. Default is false.
.. function:: TagRule(name [, value])