pf: Add configuration via rc.conf.

This commit is contained in:
Christian Mauderer
2016-08-04 13:20:04 +02:00
parent 6cfb5c2ca4
commit bc9e939a4c
6 changed files with 310 additions and 1 deletions

View File

@@ -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" */