ipfw(8) command line parser accepts rule format, that contains only rule options in the body. But ipfw(8) opcodes parser expects only old format, when rule body contains all components of "proto from src to dst". This patch adds flag IPFW_RULE_JUSTOPTS, that is passed to the kernel, and back. So, ipfw(8) can determine what rule format was used and correctly show the rule.
Details
Details
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Not Applicable - Unit
Tests Not Applicable