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
c6a8dbb5
Commit
c6a8dbb5
authored
May 03, 2003
by
François Romieu
Committed by
David S. Miller
May 03, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[DECNET]: Fix build with CONFIG_DECNET_ROUTE_FWMARK enabled.
parent
233f8451
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
net/decnet/dn_route.c
net/decnet/dn_route.c
+2
-2
No files found.
net/decnet/dn_route.c
View file @
c6a8dbb5
...
@@ -1055,7 +1055,7 @@ static int dn_route_output_slow(struct dst_entry **pprt, const struct flowi *old
...
@@ -1055,7 +1055,7 @@ static int dn_route_output_slow(struct dst_entry **pprt, const struct flowi *old
rt
->
fl
.
oif
=
oldflp
->
oif
;
rt
->
fl
.
oif
=
oldflp
->
oif
;
rt
->
fl
.
iif
=
0
;
rt
->
fl
.
iif
=
0
;
#ifdef CONFIG_DECNET_ROUTE_FWMARK
#ifdef CONFIG_DECNET_ROUTE_FWMARK
rt
->
fl
.
fld_fwmark
=
flp
->
fld_fwmark
;
rt
->
fl
.
fld_fwmark
=
old
flp
->
fld_fwmark
;
#endif
#endif
rt
->
rt_saddr
=
fl
.
fld_src
;
rt
->
rt_saddr
=
fl
.
fld_src
;
...
@@ -1180,7 +1180,7 @@ static int dn_route_input_slow(struct sk_buff *skb)
...
@@ -1180,7 +1180,7 @@ static int dn_route_input_slow(struct sk_buff *skb)
.
saddr
=
cb
->
src
,
.
saddr
=
cb
->
src
,
.
scope
=
RT_SCOPE_UNIVERSE
,
.
scope
=
RT_SCOPE_UNIVERSE
,
#ifdef CONFIG_DECNET_ROUTE_FWMARK
#ifdef CONFIG_DECNET_ROUTE_FWMARK
.
fwmark
=
skb
->
fw
mark
.
fwmark
=
skb
->
nf
mark
#endif
#endif
}
},
}
},
.
iif
=
skb
->
dev
->
ifindex
};
.
iif
=
skb
->
dev
->
ifindex
};
...
...
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