[Bug 254192] ipfw(8): incorrect nat show log command example

2024-02-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254192

Mark Linimon  changed:

   What|Removed |Added

 Status|Open|Closed
 Resolution|--- |FIXED

--- Comment #3 from Mark Linimon  ---
^Triage: committed back in 2021.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 254192] ipfw(8): incorrect nat show log command example

2021-10-01 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254192

Felix Johnson  changed:

   What|Removed |Added

 Status|New |Open
 CC||felix.the@gmail.com

--- Comment #2 from Felix Johnson  ---
There is a commit to fix the man page in comment #1.

Can this PR be closed?

-- 
You are receiving this mail because:
You are on the CC list for the bug.


[Bug 254192] ipfw(8): incorrect nat show log command example

2021-04-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254192

--- Comment #1 from commit-h...@freebsd.org ---
A commit in branch main references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=066a576c5f1beac1c42370135f6eddf026561430

commit 066a576c5f1beac1c42370135f6eddf026561430
Author: Roman Bogorodskiy 
AuthorDate: 2021-04-07 15:37:46 +
Commit: Allan Jude 
CommitDate: 2021-04-07 15:37:46 +

ipfw: update man page example for nat show log

In d6164b77f8b779cd7357387dcfcd3407f1457579 the ability to show
ranges of nat log entries was removed.

PR: 254192
Reviewed by:allanjude

 sbin/ipfw/ipfw.8 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 254192] ipfw(8): incorrect nat show log command example

2021-04-07 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254192

Allan Jude  changed:

   What|Removed |Added

   Assignee|i...@freebsd.org|allanj...@freebsd.org
 CC||allanj...@freebsd.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 254192] ipfw(8): incorrect nat show log command example

2021-03-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254192

Mark Linimon  changed:

   What|Removed |Added

   Assignee|b...@freebsd.org|i...@freebsd.org

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"


[Bug 254192] ipfw(8): incorrect nat show log command example

2021-03-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=254192

Bug ID: 254192
   Summary: ipfw(8): incorrect nat show log command example
   Product: Documentation
   Version: Latest
  Hardware: Any
OS: Any
Status: New
  Severity: Affects Only Me
  Priority: ---
 Component: Manual Pages
  Assignee: b...@freebsd.org
  Reporter: no...@freebsd.org
CC: d...@freebsd.org

Created attachment 223154
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=223154&action=edit
proposed fix

The ipfw(8) manpage has the following text:

 To show logs of all the instances in range 111-999:

   ipfw nat 111-999 show

However, this command is not valid for two reasons:

1. Specifying nat ranges is not supported (apparently was removed by this
commit:https://github.com/freebsd/freebsd-src/commit/d6164b77f8b779cd7357387dcfcd3407f1457579)
2. The 'show' command requires an argument: config or log.

So update this example to show logs for all nat instances using this command:

 ipfw nat show log

-- 
You are receiving this mail because:
You are on the CC list for the bug.
___
freebsd-doc@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"