Module Name: src Committed By: riastradh Date: Sat Mar 15 15:22:37 UTC 2014
Modified Files: src/usr.sbin/npf/npfctl: npf_parse.y Log Message: Convert right-recursive rules to left-recursive ones. This should obviate the need for the workaround of a large stack in order to handle many rules. No change in the resulting plists. ok rmind To generate a diff of this commit: cvs rdiff -u -r1.34 -r1.35 src/usr.sbin/npf/npfctl/npf_parse.y Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.