Files
Joachim Wiberg 56ea7faa7c Add firewall address-set (ipset) support
Add firewall address-sets: named sets of IP addresses and networks,
usable as zone sources for per-IP access control, issue #1189.  Static
entries are part of the configuration; dynamic entries are managed at
runtime with new add/remove/flush actions, from the CLI or over
NETCONF/RESTCONF.  Dynamic entries survive firewall configuration
changes but are not saved to the configuration.  Sets with a timeout
expire their entries automatically.

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
2026-07-03 08:59:37 +02:00

19 lines
438 B
YAML

---
- name: Basic Firewall for End Devices
case: basic/test.py
- name: Firewall Address-Sets with Dynamic Entries
case: address-set/test.py
- name: LAN-WAN Firewall with Masquerading
case: lan-wan/test.py
- name: WAN-DMZ-LAN Firewall with Port Forwarding
case: wan-dmz-lan/test.py
- name: IPv6 LAN-WAN Firewall
case: ipv6-lan-wan/test.py
- name: IPv6 Zone Migration with Custom Services
case: ipv6-zone-migration/test.py