diff options
author | dwmalone <dwmalone@FreeBSD.org> | 2003-12-25 23:39:44 +0000 |
---|---|---|
committer | dwmalone <dwmalone@FreeBSD.org> | 2003-12-25 23:39:44 +0000 |
commit | 836a4cbcdfbc10c18e8847d9278ec8ac8388dac7 (patch) | |
tree | 8f6c84bbfb3357eaf50380e405c98e1ead876cfc /sbin/ip6fw | |
parent | e07ed5e22e50eebc3ecd6cf083a53d078f91b92a (diff) | |
download | FreeBSD-src-836a4cbcdfbc10c18e8847d9278ec8ac8388dac7.zip FreeBSD-src-836a4cbcdfbc10c18e8847d9278ec8ac8388dac7.tar.gz |
When calculating the sequence number to use in an ip6fw reset, remember to
add one if the SYN flag was set in the original packet. This seems to make
ip6fw reset work correctly for new and in-progress connections. Update
the man page to reflect the fact it now seems to work.
Glanced at by: ume
MFC after: 2 weeks
Diffstat (limited to 'sbin/ip6fw')
-rw-r--r-- | sbin/ip6fw/ip6fw.8 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/ip6fw/ip6fw.8 b/sbin/ip6fw/ip6fw.8 index 9ba2273..2e4c777 100644 --- a/sbin/ip6fw/ip6fw.8 +++ b/sbin/ip6fw/ip6fw.8 @@ -235,7 +235,6 @@ TCP packets only. Discard packets that match this rule, and try to send a TCP reset (RST) notice. The search terminates -.Em ( "not working yet" ) . .It Ar count Update counters for all packets that match rule. The search continues with the next rule. |