summaryrefslogtreecommitdiff
path: root/rc.firewall/firewall/down
blob: 28f0d836f0c0b824bc889a583c38954c5f2cdb70 (plain)
1
2
3
4
5
6
7
8
9
######################################################
# Run the rc.firewall_shutdown script (if it exists) #
######################################################

if -t { [ -x /etc/rc.d/rc.firewall_shutdown ] }
# Prepend every output with the service's name
pipeline -w { sed -u "s/^/firewall: /" }
fdmove -c 2 1
nft flush ruleset