PodNet HA Firewall

Implementation

The PodNet HA Firewall is a list of main_firewall_rule instances. The main_firewall_rule is a table in PAT Application database.

A main_firewall_rule consists of a list of ordered rules. The properties of a main_firewall_rule are source, destination, protocol, port, version, action, log, iiface and oiface.

The properties main_firewall_rule.iiface and main_firewall_rule.oiface are used to identify the network traffic directions such as inbound, outbound and forwarding.

ERD


../../_images/podnet_ha_firewall.png

API

Primitives