summaryrefslogtreecommitdiffstats
path: root/share/examples/ipfw
Commit message (Collapse)AuthorAgeFilesLines
* 1) Fix change_rules.sh for the case where firewall_type provides thesheldonh2001-09-301-14/+44
| | | | | | | | | | | | | | name of a file containing ipfw rules. 2) Replace the use of a predictable temporary filename with one generated by mktemp(1). 3) Only exit with a zero exit status if the rules were updated. 4) Use a pager to view the new rules, not an editor. I was told by dcs that this script's original author is no longer interested in FreeBSD and would not wish to review this patch.
* Make this really work.ru2001-06-181-10/+10
|
* Use ${EDITOR} as claimed.dcs2001-06-061-29/+38
| | | | | | | | | | | Source rc.conf and use ${firewall_script} instead of rc.firewall. Textwidth formatting of comments and text. PR: Submitted by: Maxim <maxim@news1.macomnet.ru> (sorry if I got name/email/committer status wrong :)
* Introduce an example script of safe changing of ipfw(8) rules.dcs2001-06-061-0/+114
I'm sure this can be much improved, but this works fairly well. PR: 27887 Submitted by: Alexandre Peixoto <alexandref@tcoip.com.br> MFC after: 1 week
OpenPOWER on IntegriCloud