mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
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>
43 lines
715 B
YAML
43 lines
715 B
YAML
---
|
|
- case: run.sh
|
|
name: "interfaces-empty"
|
|
opts:
|
|
- "json/empty.json"
|
|
- "show-interfaces"
|
|
|
|
- case: run.sh
|
|
name: "interfaces-factory"
|
|
opts:
|
|
- "json/factory.json"
|
|
- "show-interfaces"
|
|
|
|
- case: run.sh
|
|
name: "interfaces-bloated"
|
|
opts:
|
|
- "json/bloated.json"
|
|
- "show-interfaces"
|
|
|
|
- case: run.sh
|
|
name: "interface-ethernet"
|
|
opts:
|
|
- "json/bloated.json"
|
|
- "show-interfaces"
|
|
- "-n e0"
|
|
|
|
- case: run.sh
|
|
name: "interface-vlan"
|
|
opts:
|
|
- "json/bloated.json"
|
|
- "show-interfaces"
|
|
- "-n vlan1"
|
|
|
|
- case: run.sh
|
|
name: "interface-bridge"
|
|
opts:
|
|
- "json/bloated.json"
|
|
- "show-interfaces"
|
|
- "-n br0"
|
|
|
|
- case: firewall_overview.sh
|
|
name: "firewall-overview"
|