diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2001-06-26 04:57:35 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2001-06-26 04:57:35 +0000 |
commit | 0cbe16d93e279506d912159a3f989a71807a608f (patch) | |
tree | f7337104e09365d93e12511c23bb94fbb1a7de63 /sbin/umount | |
parent | 30dd77d8332f127722f8ef011fe762cb5c034a78 (diff) |
avoid m_pulldown (and mbuf alloc/free).
- copy the data content of mbuf to local data structure by m_copydata.
- if we did any NAT operation, copy the updated content back by m_copyback.
XXX PFLOG_PACKET will now log the original packet, before the NAT.
is it correct?
XXX does not do m_copyback on PF_DROP case. is it okay?
Diffstat (limited to 'sbin/umount')
0 files changed, 0 insertions, 0 deletions