freebsd-dev/sys/netgraph
Andrey V. Elsukov c57e67d04e Sync ng_nat with recent (r222806) ipfw_nat changes:
Make a behaviour of the libalias based in-kernel NAT a bit closer to
  how natd(8) does work. natd(8) drops packets only when libalias returns
  PKT_ALIAS_IGNORED and "deny_incoming" option is set, but ipfw_nat
  always did drop packets that were not aliased, even if they should
  not be aliased and just are going through.

Also add SCTP support: mark response packets to skip firewall processing.

MFC after:	1 month
2011-06-07 06:48:42 +00:00
..
atm Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
bluetooth usb: fix a missed use of use_generic in r222051 2011-05-18 11:38:36 +00:00
netflow ng_netflow_cache_init() can be void. 2011-04-18 09:14:23 +00:00
netgraph.h
ng_async.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_async.h
ng_atmllc.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_atmllc.h
ng_base.c
ng_bpf.c
ng_bpf.h
ng_bridge.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_bridge.h
ng_car.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_car.h
ng_cisco.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_cisco.h
ng_deflate.c
ng_deflate.h
ng_device.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_device.h
ng_echo.c
ng_echo.h
ng_eiface.c Provide fake link status information in an attempt to let ng_eiface(4) 2011-05-24 14:10:33 +00:00
ng_eiface.h
ng_etf.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_etf.h
ng_ether_echo.c
ng_ether_echo.h
ng_ether.c
ng_ether.h
ng_fec.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_fec.h
ng_frame_relay.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_frame_relay.h
ng_gif_demux.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_gif_demux.h
ng_gif.c
ng_gif.h
ng_hole.c
ng_hole.h
ng_hub.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_hub.h
ng_iface.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_iface.h
ng_ip_input.c
ng_ip_input.h
ng_ipfw.c
ng_ipfw.h
ng_ksocket.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_ksocket.h
ng_l2tp.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_l2tp.h
ng_lmi.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_lmi.h
ng_message.h
ng_mppc.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_mppc.h
ng_nat.c Sync ng_nat with recent (r222806) ipfw_nat changes: 2011-06-07 06:48:42 +00:00
ng_nat.h
ng_one2many.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_one2many.h
ng_parse.c
ng_parse.h
ng_patch.c
ng_patch.h
ng_pipe.c Assume the link to be dead if bit error rate (BER) parameter is set to 1. 2011-05-24 14:36:32 +00:00
ng_pipe.h
ng_ppp.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_ppp.h
ng_pppoe.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_pppoe.h
ng_pptpgre.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_pptpgre.h
ng_pred1.c
ng_pred1.h
ng_rfc1490.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_rfc1490.h
ng_sample.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_sample.h
ng_socket.c
ng_socket.h
ng_socketvar.h
ng_source.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_source.h
ng_split.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_split.h
ng_sppp.c Finish last change. 2011-04-18 14:07:01 +00:00
ng_sppp.h
ng_tag.c
ng_tag.h
ng_tcpmss.c
ng_tcpmss.h
ng_tee.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_tee.h
ng_tty.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_tty.h
ng_UI.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_UI.h
ng_vjc.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_vjc.h
ng_vlan.c Node constructor methods are supposed to be called in syscall 2011-04-18 09:12:27 +00:00
ng_vlan.h
NOTES