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
cef2e35d
Commit
cef2e35d
authored
Oct 06, 2003
by
Jan Oravec
Committed by
David S. Miller
Oct 06, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[IPV6]: Deactivate timers properly in ipv6_mc_destroy_dev().
parent
4c744fb0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
net/ipv6/mcast.c
net/ipv6/mcast.c
+3
-0
No files found.
net/ipv6/mcast.c
View file @
cef2e35d
...
...
@@ -2029,6 +2029,9 @@ void ipv6_mc_destroy_dev(struct inet6_dev *idev)
struct
ifmcaddr6
*
i
;
struct
in6_addr
maddr
;
/* Deactivate timers */
ipv6_mc_down
(
idev
);
/* Delete all-nodes address. */
ipv6_addr_all_nodes
(
&
maddr
);
...
...
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