Bug 232465 - ipfw -c is not working
Summary: ipfw -c is not working
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: bin (show other bugs)
Version: 11.2-RELEASE
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ipfw (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-20 08:00 UTC by bugs.freebsd.org
Modified: 2020-09-19 20:01 UTC (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description bugs.freebsd.org 2018-10-20 08:00:59 UTC
Example:

ipfw add 33333 count tagged 55555
33333 count ip from any to any tagged 55555

ipfw show 33333
33333 0 0 count ip from any to any tagged 55555

On 11.1:
ipfw -c show 33333
33333 0 0 count tagged 55555

On 11.2:
ipfw -c show 33333
33333 0 0 count ip from any to any tagged 55555