Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
9abdae11
Commit
9abdae11
authored
Feb 19, 2004
by
Harald Welte
Committed by
David Woodhouse
Feb 19, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[NETFILTER]: Remove unused structure member in NAT, from Patrick McHardy.
parent
2d5f5170
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
include/linux/netfilter_ipv4/ip_nat.h
include/linux/netfilter_ipv4/ip_nat.h
+0
-3
No files found.
include/linux/netfilter_ipv4/ip_nat.h
View file @
9abdae11
...
@@ -100,9 +100,6 @@ struct ip_nat_info
...
@@ -100,9 +100,6 @@ struct ip_nat_info
/* Manipulations to be done on this conntrack. */
/* Manipulations to be done on this conntrack. */
struct
ip_nat_info_manip
manips
[
IP_NAT_MAX_MANIPS
];
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
;
struct
ip_nat_hash
bysource
,
byipsproto
;
/* Helper (NULL if none). */
/* Helper (NULL if none). */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment