diff options
author | oleg <oleg@FreeBSD.org> | 2006-06-15 09:39:22 +0000 |
---|---|---|
committer | oleg <oleg@FreeBSD.org> | 2006-06-15 09:39:22 +0000 |
commit | 7a65db868d2dd50e0b00551e66f65f991130d187 (patch) | |
tree | e0ceace24ee6812b8ba9aacd9913b87c088d5493 /lib/libc/regex/regex.3 | |
parent | 45f57ec2f17004811352063e238f34b1cecf3c09 (diff) | |
download | FreeBSD-src-7a65db868d2dd50e0b00551e66f65f991130d187.zip FreeBSD-src-7a65db868d2dd50e0b00551e66f65f991130d187.tar.gz |
Add support of 'tablearg' feature for:
- 'tag' & 'untag' action parameters.
- 'tagged' & 'limit' rule options.
Rule examples:
pipe 1 tag tablearg ip from table(1) to any
allow ip from any to table(2) tagged tablearg
allow tcp from table(3) to any 25 setup limit src-addr tablearg
sbin/ipfw/ipfw2.c:
1) new macros
GET_UINT_ARG - support of 'tablearg' keyword, argument range checking.
PRINT_UINT_ARG - support of 'tablearg' keyword.
2) strtoport(): do not silently truncate/accept invalid port list expressions
like: '1,2-abc' or '1,2-3-4' or '1,2-3x4'. style(9) cleanup.
Approved by: glebius (mentor)
MFC after: 1 month
Diffstat (limited to 'lib/libc/regex/regex.3')
0 files changed, 0 insertions, 0 deletions