]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
(Forced commit to list actual problems fixed / PRs affected).
authorRuslan Ermilov <ru@FreeBSD.org>
Sat, 24 Nov 2001 16:12:04 +0000 (16:12 +0000)
committerRuslan Ermilov <ru@FreeBSD.org>
Sat, 24 Nov 2001 16:12:04 +0000 (16:12 +0000)
commit2d37e7d3ef2bfd55e5a2019ff3d99c6477dcb6d8
tree9b523f22cda1ff6a503ead39130f7184af34e801
parent2c1a6f2178f0931b6ccce34bccf4fd3f54bdce44
(Forced commit to list actual problems fixed / PRs affected).

Overview of problems fixed:

- fix support for saving and restoring filter/NAT state information
  (across reboots for example);

- ipmon(8) is started before loading any filter/NAT rules;

- ipmon(8) and ipfs(8) do not solely depend on ipfilter_enable anymore,
  they now also work when only ipnat_enable is true;

- the multiple occurrences of code loading the ipfilter kernel module
  have been removed;

- the options have been removed from the _program variables in
  defaults/rc.conf and the comments in that file have been updated to
  reflect (possibly new) reality;

- the rc.conf.5 manual page has been updated to reflect the changes.

Submitted by: Arjan de Vet <devet@devet.org>
PR: conf/25223, kern/25344, conf/25809,
conf/26275, bin/27016, conf/31482