| Summary: | ipfw list|show always shows dynamic rules (+FIX) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | Lyndon Nerenberg <lyndon> | ||||
| Component: | bin | Assignee: | Dag-Erling Smørgrav <des> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | ||||||
| Priority: | Normal | ||||||
| Version: | 4.0-STABLE | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Lyndon Nerenberg
2000-05-14 20:50:01 UTC
Responsible Changed From-To: freebsd-bugs->luigi Over to ipfw maintainer. Responsible Changed From-To: luigi->dwmalone Luigi - the patch in this PR looks sensible. I'll test it and commit it if you have no objections. There are a couple of problems with this patch: - the default should be to *not* list dynamic rules, and the -d option should enable showing them. - when dynamic rules are shown, rules with a ttl of 0 should be omitted unless an additional option is specified (or -d is specified twice); they're mostly just noise. - when a specific rule is requested and the -d option is specified, dynamic rules matching the specified rule number *should* be shown. Expect a patch shortly. DES -- Dag-Erling Smorgrav - des@ofug.org State Changed From-To: open->feedback Fixed in -CURRENT, awaiting MFC. Responsible Changed From-To: dwmalone->des I'll handle the MFC. State Changed From-To: feedback->closed Josef Karthauser MFCed this a month ago. |