Project

General

Profile

Actions

Todo #12601

closed

Optimize fw rules load on boot

Added by Viktor Gurov over 2 years ago. Updated almost 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Viktor Gurov
Category:
Rules / NAT
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
Release Notes:
Default

Description

https://github.com/pfsense/pfsense/blob/master/src/etc/rc.bootup#L268-L274:

/* setup altq + pf */
filter_configure_sync();

/* start pflog */
echo "Starting PFLOG...";
filter_pflog_start();
echo "done.\n";

-- can be moved to https://github.com/pfsense/pfsense/blob/master/src/etc/rc.bootup#L338

There is no needs in fw rules and pflog for Gateway monitoring, Static Routes, unbound, dnsmasq, local_reset_accounts(), CRON, NTP, DHCP/DHCP6 and DynDNS

Actions #1

Updated by Viktor Gurov over 2 years ago

see also #12335

Actions #3

Updated by Jim Pingle over 2 years ago

  • Status changed from New to Pull Request Review
  • Assignee set to Viktor Gurov
  • Target version set to CE-Next
  • Plus Target Version set to 22.05
Actions #4

Updated by Viktor Gurov almost 2 years ago

  • Status changed from Pull Request Review to Closed

We need to run "pf" before DNS Resolver and other services so that they can work properly.
see 6103#note-2 for example.
I'll close this issue.

Actions #5

Updated by Jim Pingle almost 2 years ago

  • Target version deleted (CE-Next)
  • Plus Target Version deleted (22.05)
Actions

Also available in: Atom PDF