mirror of
https://github.com/opnsense/src.git
synced 2026-05-14 18:20:21 -04:00
Convert ipfilter userland function declarations from K&R to ANSI. This
syncs our function declarations with NetBSD hg commit 75edcd7552a0
(apply our changes). Though not copied from NetBSD, this change was
partially inspired by NetBSD's work and inspired by style(9).
Reviewed by: glebius (for #network)
Differential Revision: https://reviews.freebsd.org/D33595
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| l4check | ||
| rules | ||
| samples | ||
| BNF | ||
| example.14 | ||
| examples.txt | ||
| firewall.1 | ||
| firewall.2 | ||
| ipf-howto.txt | ||
| ipf.conf.permissive | ||
| ipf.conf.restrictive | ||
| ipf.conf.sample | ||
| ipnat.conf.sample | ||
| Makefile | ||
| Makefile.depend | ||
| mkfilters | ||
| mkfilters.1 | ||
| mlfk_rule.c | ||
| README | ||
| rules.txt | ||
# $FreeBSD$ This directory contains various files related to ipfilter. For information on building ipf based firewalls, read the ipf-howto.txt. a more up to date version of this file may be found at: http://www.obfuscation.org/ipf/ Additional help may be found at the ipf home page: http://coombs.anu.edu.au/~avalon/ examples.txt and rules.txt come from this site.