mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 00:12:00 +08:00
pf: Add configuration via rc.conf.
This commit is contained in:
@@ -155,6 +155,7 @@ extern void rtems_bsd_rc_conf_print_cmd(rtems_bsd_rc_conf* rc_conf,
|
||||
* Decls for the handlers.
|
||||
*/
|
||||
void rc_conf_net_init(void* arg); /* Installed by default. */
|
||||
void rc_conf_firewall_pf_init(void* arg); /* pf_enabled="YES" */
|
||||
void rc_conf_telnetd_init(void* arg); /* telnetd_enabled="YES" */
|
||||
void rc_conf_ftpd_init(void* arg); /* ftpd_enabled="YES" */
|
||||
|
||||
|
Reference in New Issue
Block a user