Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci-2.6.23
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci-2.6.23
Commits
35d138ae
Commit
35d138ae
authored
Jan 10, 2006
by
Linus Torvalds
Browse files
Options
Browse Files
Download
Plain Diff
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
parents
d274ba20
5bf887f2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
net/ipv6/Makefile
net/ipv6/Makefile
+2
-1
net/ipv6/netfilter.c
net/ipv6/netfilter.c
+4
-1
No files found.
net/ipv6/Makefile
View file @
35d138ae
...
...
@@ -12,13 +12,14 @@ ipv6-objs := af_inet6.o anycast.o ip6_output.o ip6_input.o addrconf.o sit.o \
ipv6-$(CONFIG_XFRM)
+=
xfrm6_policy.o xfrm6_state.o xfrm6_input.o
\
xfrm6_output.o
ipv6-$(CONFIG_NETFILTER)
+=
netfilter.o
ipv6-objs
+=
$
(
ipv6-y
)
obj-$(CONFIG_INET6_AH)
+=
ah6.o
obj-$(CONFIG_INET6_ESP)
+=
esp6.o
obj-$(CONFIG_INET6_IPCOMP)
+=
ipcomp6.o
obj-$(CONFIG_INET6_TUNNEL)
+=
xfrm6_tunnel.o
obj-$(CONFIG_NETFILTER)
+=
netfilter
.o netfilter
/
obj-$(CONFIG_NETFILTER)
+=
netfilter/
obj-$(CONFIG_IPV6_TUNNEL)
+=
ip6_tunnel.o
...
...
net/ipv6/netfilter.c
View file @
35d138ae
...
...
@@ -90,7 +90,10 @@ int __init ipv6_netfilter_init(void)
return
nf_register_queue_rerouter
(
PF_INET6
,
&
ip6_reroute
);
}
void
__exit
ipv6_netfilter_fini
(
void
)
/* This can be called from inet6_init() on errors, so it cannot
* be marked __exit. -DaveM
*/
void
ipv6_netfilter_fini
(
void
)
{
nf_unregister_queue_rerouter
(
PF_INET6
);
}
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