1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-01 12:19:28 +00:00
freebsd/sys/netinet/ipfw
Luigi Rizzo 8d74ca8ce9 fix breakage in in-kernel NAT: the code did not honor
net.inet.ip.fw.one_pass and always moved to the next rule
in case of a successful nat.

This should fix several related PR (waiting for feedback
before closing them)

PR:		145167 149572 150141
MFC after:	3 days
2010-09-28 23:23:23 +00:00
..
test Add a priority-based packet scheduler. 2010-03-21 16:30:32 +00:00
dn_heap.c fix a comment and final empty line 2010-07-15 14:37:02 +00:00
dn_heap.h
dn_sched_fifo.c
dn_sched_prio.c Add a priority-based packet scheduler. 2010-03-21 16:30:32 +00:00
dn_sched_qfq.c Whitespace changes to reduce diffs wrt the most recent ipfw/dummynet code: 2010-09-28 22:46:13 +00:00
dn_sched_rr.c whitespace fixes (trailing whitespace, bad indentation 2010-04-19 16:17:30 +00:00
dn_sched_wf2q.c whitespace fixes (trailing whitespace, bad indentation 2010-04-19 16:17:30 +00:00
dn_sched.h whitespace fixes (trailing whitespace, bad indentation 2010-04-19 16:17:30 +00:00
dummynet.txt
ip_dn_glue.c no need to pass an argument to dn_compat_calc_size() 2010-04-09 16:06:53 +00:00
ip_dn_io.c Try to help with a virtualized dummynet after r206428. 2010-04-10 22:11:01 +00:00
ip_dn_private.h Whitespace changes to reduce diffs wrt the most recent ipfw/dummynet code: 2010-09-28 22:46:13 +00:00
ip_dummynet.c Whitespace changes to reduce diffs wrt the most recent ipfw/dummynet code: 2010-09-28 22:46:13 +00:00
ip_fw2.c Fix operation of "netgraph" action in conjunction with the 2010-07-27 14:26:34 +00:00
ip_fw_dynamic.c remove some conditional #ifdefs (no-op on FreeBSD); 2010-07-15 14:43:12 +00:00
ip_fw_log.c o Some programs could send broadcast/multicast traffic to ipfw 2010-08-30 09:29:51 +00:00
ip_fw_nat.c in_delayed_cksum() requires host byte order. 2010-09-06 13:17:01 +00:00
ip_fw_pfil.c fix breakage in in-kernel NAT: the code did not honor 2010-09-28 23:23:23 +00:00
ip_fw_private.h whitespace fixes (trailing whitespace, bad indentation 2010-04-19 16:17:30 +00:00
ip_fw_sockopt.c Hopefully fix the recent breakage in rule deletion. 2010-04-07 08:23:58 +00:00
ip_fw_table.c