/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_pfil.c | diff ffdbf9da3bb1f4b84bbf8f44778b7b91c3df1b92 Fri Nov 02 02:20:55 CET 2012 Andrey V. Elsukov <ae@FreeBSD.org> Remove the recently added sysctl variable net.pfil.forward. Instead, add protocol specific mbuf flags M_IP_NEXTHOP and M_IP6_NEXTHOP. Use them to indicate that the mbuf's chain contains the PACKET_TAG_IPFORWARD tag. And do a tag lookup only when this flag is set.
Suggested by: andre
|
H A D | ip_fw2.c | diff ffdbf9da3bb1f4b84bbf8f44778b7b91c3df1b92 Fri Nov 02 02:20:55 CET 2012 Andrey V. Elsukov <ae@FreeBSD.org> Remove the recently added sysctl variable net.pfil.forward. Instead, add protocol specific mbuf flags M_IP_NEXTHOP and M_IP6_NEXTHOP. Use them to indicate that the mbuf's chain contains the PACKET_TAG_IPFORWARD tag. And do a tag lookup only when this flag is set.
Suggested by: andre
|
/freebsd/sys/net/ |
H A D | pfil.h | diff ffdbf9da3bb1f4b84bbf8f44778b7b91c3df1b92 Fri Nov 02 02:20:55 CET 2012 Andrey V. Elsukov <ae@FreeBSD.org> Remove the recently added sysctl variable net.pfil.forward. Instead, add protocol specific mbuf flags M_IP_NEXTHOP and M_IP6_NEXTHOP. Use them to indicate that the mbuf's chain contains the PACKET_TAG_IPFORWARD tag. And do a tag lookup only when this flag is set.
Suggested by: andre
|
H A D | pfil.c | diff ffdbf9da3bb1f4b84bbf8f44778b7b91c3df1b92 Fri Nov 02 02:20:55 CET 2012 Andrey V. Elsukov <ae@FreeBSD.org> Remove the recently added sysctl variable net.pfil.forward. Instead, add protocol specific mbuf flags M_IP_NEXTHOP and M_IP6_NEXTHOP. Use them to indicate that the mbuf's chain contains the PACKET_TAG_IPFORWARD tag. And do a tag lookup only when this flag is set.
Suggested by: andre
|
/freebsd/sys/netinet6/ |
H A D | ip6_forward.c | diff ffdbf9da3bb1f4b84bbf8f44778b7b91c3df1b92 Fri Nov 02 02:20:55 CET 2012 Andrey V. Elsukov <ae@FreeBSD.org> Remove the recently added sysctl variable net.pfil.forward. Instead, add protocol specific mbuf flags M_IP_NEXTHOP and M_IP6_NEXTHOP. Use them to indicate that the mbuf's chain contains the PACKET_TAG_IPFORWARD tag. And do a tag lookup only when this flag is set.
Suggested by: andre
|
H A D | ip6_var.h | diff ffdbf9da3bb1f4b84bbf8f44778b7b91c3df1b92 Fri Nov 02 02:20:55 CET 2012 Andrey V. Elsukov <ae@FreeBSD.org> Remove the recently added sysctl variable net.pfil.forward. Instead, add protocol specific mbuf flags M_IP_NEXTHOP and M_IP6_NEXTHOP. Use them to indicate that the mbuf's chain contains the PACKET_TAG_IPFORWARD tag. And do a tag lookup only when this flag is set.
Suggested by: andre
|
H A D | udp6_usrreq.c | diff ffdbf9da3bb1f4b84bbf8f44778b7b91c3df1b92 Fri Nov 02 02:20:55 CET 2012 Andrey V. Elsukov <ae@FreeBSD.org> Remove the recently added sysctl variable net.pfil.forward. Instead, add protocol specific mbuf flags M_IP_NEXTHOP and M_IP6_NEXTHOP. Use them to indicate that the mbuf's chain contains the PACKET_TAG_IPFORWARD tag. And do a tag lookup only when this flag is set.
Suggested by: andre
|
H A D | ip6_input.c | diff ffdbf9da3bb1f4b84bbf8f44778b7b91c3df1b92 Fri Nov 02 02:20:55 CET 2012 Andrey V. Elsukov <ae@FreeBSD.org> Remove the recently added sysctl variable net.pfil.forward. Instead, add protocol specific mbuf flags M_IP_NEXTHOP and M_IP6_NEXTHOP. Use them to indicate that the mbuf's chain contains the PACKET_TAG_IPFORWARD tag. And do a tag lookup only when this flag is set.
Suggested by: andre
|
H A D | ip6_output.c | diff ffdbf9da3bb1f4b84bbf8f44778b7b91c3df1b92 Fri Nov 02 02:20:55 CET 2012 Andrey V. Elsukov <ae@FreeBSD.org> Remove the recently added sysctl variable net.pfil.forward. Instead, add protocol specific mbuf flags M_IP_NEXTHOP and M_IP6_NEXTHOP. Use them to indicate that the mbuf's chain contains the PACKET_TAG_IPFORWARD tag. And do a tag lookup only when this flag is set.
Suggested by: andre
|
/freebsd/sys/netinet/ |
H A D | ip_fastfwd.c | diff ffdbf9da3bb1f4b84bbf8f44778b7b91c3df1b92 Fri Nov 02 02:20:55 CET 2012 Andrey V. Elsukov <ae@FreeBSD.org> Remove the recently added sysctl variable net.pfil.forward. Instead, add protocol specific mbuf flags M_IP_NEXTHOP and M_IP6_NEXTHOP. Use them to indicate that the mbuf's chain contains the PACKET_TAG_IPFORWARD tag. And do a tag lookup only when this flag is set.
Suggested by: andre
|
H A D | ip_var.h | diff ffdbf9da3bb1f4b84bbf8f44778b7b91c3df1b92 Fri Nov 02 02:20:55 CET 2012 Andrey V. Elsukov <ae@FreeBSD.org> Remove the recently added sysctl variable net.pfil.forward. Instead, add protocol specific mbuf flags M_IP_NEXTHOP and M_IP6_NEXTHOP. Use them to indicate that the mbuf's chain contains the PACKET_TAG_IPFORWARD tag. And do a tag lookup only when this flag is set.
Suggested by: andre
|
H A D | udp_usrreq.c | diff ffdbf9da3bb1f4b84bbf8f44778b7b91c3df1b92 Fri Nov 02 02:20:55 CET 2012 Andrey V. Elsukov <ae@FreeBSD.org> Remove the recently added sysctl variable net.pfil.forward. Instead, add protocol specific mbuf flags M_IP_NEXTHOP and M_IP6_NEXTHOP. Use them to indicate that the mbuf's chain contains the PACKET_TAG_IPFORWARD tag. And do a tag lookup only when this flag is set.
Suggested by: andre
|
H A D | ip_input.c | diff ffdbf9da3bb1f4b84bbf8f44778b7b91c3df1b92 Fri Nov 02 02:20:55 CET 2012 Andrey V. Elsukov <ae@FreeBSD.org> Remove the recently added sysctl variable net.pfil.forward. Instead, add protocol specific mbuf flags M_IP_NEXTHOP and M_IP6_NEXTHOP. Use them to indicate that the mbuf's chain contains the PACKET_TAG_IPFORWARD tag. And do a tag lookup only when this flag is set.
Suggested by: andre
|
H A D | ip_output.c | diff ffdbf9da3bb1f4b84bbf8f44778b7b91c3df1b92 Fri Nov 02 02:20:55 CET 2012 Andrey V. Elsukov <ae@FreeBSD.org> Remove the recently added sysctl variable net.pfil.forward. Instead, add protocol specific mbuf flags M_IP_NEXTHOP and M_IP6_NEXTHOP. Use them to indicate that the mbuf's chain contains the PACKET_TAG_IPFORWARD tag. And do a tag lookup only when this flag is set.
Suggested by: andre
|
H A D | tcp_input.c | diff ffdbf9da3bb1f4b84bbf8f44778b7b91c3df1b92 Fri Nov 02 02:20:55 CET 2012 Andrey V. Elsukov <ae@FreeBSD.org> Remove the recently added sysctl variable net.pfil.forward. Instead, add protocol specific mbuf flags M_IP_NEXTHOP and M_IP6_NEXTHOP. Use them to indicate that the mbuf's chain contains the PACKET_TAG_IPFORWARD tag. And do a tag lookup only when this flag is set.
Suggested by: andre
|
/freebsd/sbin/ipfw/ |
H A D | ipfw.8 | diff ffdbf9da3bb1f4b84bbf8f44778b7b91c3df1b92 Fri Nov 02 02:20:55 CET 2012 Andrey V. Elsukov <ae@FreeBSD.org> Remove the recently added sysctl variable net.pfil.forward. Instead, add protocol specific mbuf flags M_IP_NEXTHOP and M_IP6_NEXTHOP. Use them to indicate that the mbuf's chain contains the PACKET_TAG_IPFORWARD tag. And do a tag lookup only when this flag is set.
Suggested by: andre
|
/freebsd/ |
H A D | UPDATING | diff ffdbf9da3bb1f4b84bbf8f44778b7b91c3df1b92 Fri Nov 02 02:20:55 CET 2012 Andrey V. Elsukov <ae@FreeBSD.org> Remove the recently added sysctl variable net.pfil.forward. Instead, add protocol specific mbuf flags M_IP_NEXTHOP and M_IP6_NEXTHOP. Use them to indicate that the mbuf's chain contains the PACKET_TAG_IPFORWARD tag. And do a tag lookup only when this flag is set.
Suggested by: andre
|