(self)
| 417 | self.nft_ipv4_acl = config.get_nft_ipv4_acl() |
| 418 | |
| 419 | def create(self): |
| 420 | self.process("ingress", self.ingress, self.FIXED_RULES_INGRESS, self.config.is_routed()) |
| 421 | self.process("egress", self.egress, self.FIXED_RULES_EGRESS, self.config.is_routed()) |
| 422 | |
| 423 | def __process_routing_ip4(self, direction, rule_list): |
| 424 | if not self.cidr: |