From: Patrick McHardy <kaber@trash.net>
To: Harald Welte <laforge@gnumonks.org>
Cc: Netfilter Development Mailinglist <netfilter-devel@lists.netfilter.org>
Subject: [PATCH] remove unused field from struct ip_nat_info
Date: Sun, 01 Jun 2003 00:56:16 +0200 [thread overview]
Message-ID: <3ED93310.9020007@trash.net> (raw)
[-- Attachment #1: Type: text/plain, Size: 121 bytes --]
Hi Harald,
i couldn't find any reference of 'mtype' field in ip_nat_info.
This patch removes it.
Best regards,
Patrick
[-- Attachment #2: ip_nat-unused-field.diff --]
[-- Type: text/plain, Size: 1102 bytes --]
# This is a BitKeeper generated patch for the following project:
# Project Name: Linux kernel tree
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
# ChangeSet 1.1248 -> 1.1249
# include/linux/netfilter_ipv4/ip_nat.h 1.4 -> 1.5
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/06/01 kaber@trash.net 1.1249
# [NETFILTER] remove unused field from struct ip_nat_info
# --------------------------------------------
#
diff -Nru a/include/linux/netfilter_ipv4/ip_nat.h b/include/linux/netfilter_ipv4/ip_nat.h
--- a/include/linux/netfilter_ipv4/ip_nat.h Sun Jun 1 00:53:12 2003
+++ b/include/linux/netfilter_ipv4/ip_nat.h Sun Jun 1 00:53:12 2003
@@ -105,9 +105,6 @@
/* Manipulations to be done on this conntrack. */
struct ip_nat_info_manip manips[IP_NAT_MAX_MANIPS];
- /* The mapping type which created us (NULL for null mapping). */
- const struct ip_nat_mapping_type *mtype;
-
struct ip_nat_hash bysource, byipsproto;
/* Helper (NULL if none). */
reply other threads:[~2003-05-31 22:56 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3ED93310.9020007@trash.net \
--to=kaber@trash.net \
--cc=laforge@gnumonks.org \
--cc=netfilter-devel@lists.netfilter.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.