From a5005bced6d7edacb51f251ee772c3df011dbb08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20De=20Keersmaeker?= <francois.dekeersmaeker@uclouvain.be> Date: Mon, 2 Sep 2024 08:07:37 +0000 Subject: [PATCH] Small update --- Protocol.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Protocol.py b/Protocol.py index 8b9feb8..ec16fd3 100644 --- a/Protocol.py +++ b/Protocol.py @@ -75,15 +75,6 @@ class Protocol: """ Add a new nftables rule to the nftables rules accumulator. - :param field: Field to add the rule for. - :param template_rules: Dictionary containing the protocol-specific rules to add. - :param is_backward (optional): Whether the field to add is for a backward rule. - Optional, default is `False`. - :param func (optional): Function to apply to the field value before writing it. - Optional, default is the identity function. - :param backward_func (optional): a to apply to the field value in the case of a backwards rule. - Will be applied after the forward function. - Optional, default is the identity function. Args: field (str): Field to add the rule for. rules (dict): Dictionary containing the protocol-specific rules to add. -- GitLab