]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
rescue: add ipfw, pfctl
authorLexi Winter <lexi@le-Fay.ORG>
Fri, 19 Apr 2024 22:53:23 +0000 (16:53 -0600)
committerWarner Losh <imp@FreeBSD.org>
Fri, 19 Apr 2024 22:54:31 +0000 (16:54 -0600)
commit42acb16bb86fe6ec18c0591f9a9a3dbad1719d1d
treebf2bb533e113f466db2259d742e878e5a4f57348
parent0bdcfb08f2d5b80523275adcdd64facb102eedbc
rescue: add ipfw, pfctl

Rationale for this change:

- ipf is already there

- if the kernel is configured with a packet filter which drops packets
  by default, pfctl or ipfw will be required in the rescue environment
  to make the network functional.

- rescue's stated purpose is to be useful for small/embedded systems
  (and is also quite useful for small jails); a rescue-based router
  would want these binaries.

On amd64, this increases the size of rescue from 17346200 to 17907248,
or 561048 bytes (3.2%).

Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/1169
rescue/rescue/Makefile