| Summary: | change ipfw to all table all destroy | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Base System | Reporter: | John Zielinski <avernar> | ||||
| Component: | bin | Assignee: | Andrey V. Elsukov <ae> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | ae | ||||
| Priority: | --- | Keywords: | patch | ||||
| Version: | 11.0-RC1 | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
John Zielinski
2016-09-13 19:59:13 UTC
We also has similar patch locally, but didn't moved to per-set tables yet. And you already found several bugs here :) We have thought make destroying of per-set tables via `ipfw set N delete` together with rules in a set. A 'ipfw set N delete' would work for me as well as right now I'm using two commands to flush the rules in a set and then another to destroy all tables. A commit references this bug: Author: ae Date: Tue May 2 17:16:24 UTC 2017 New revision: 317682 URL: https://svnweb.freebsd.org/changeset/base/317682 Log: Add `ipfw table all destroy` support. PR: 212669 MFC after: 1 week Changes: head/sbin/ipfw/ipfw.8 head/sbin/ipfw/tables.c A commit references this bug: Author: ae Date: Wed May 10 05:01:06 UTC 2017 New revision: 318131 URL: https://svnweb.freebsd.org/changeset/base/318131 Log: MFC r317682: Add `ipfw table all destroy` support. PR: 212669 Changes: _U stable/11/ stable/11/sbin/ipfw/ipfw.8 stable/11/sbin/ipfw/tables.c Thanks! |