net: Support nuking IPv6 sockets as well as IPv4.
On Linux, when an interface goes down all its IPv6 addresses are deleted, so relying on knowing the previous IPv6 addresses on the interface is brittle. Instead, support nuking all sockets that are bound to IP addresses that are not configured and up on the system. This behaviour is triggered by specifying the unspecified address (:: or 0.0.0.0). If an IP address is specified, the behaviour is unchanged, except the ioctl now supports IPv6 as well as IPv4. Signed-off-by: Lorenzo Colitti <lorenzo@google.com>
This commit is contained in:
committed by
Colin Cross
parent
d31005f052
commit
810bf5db1e
@@ -1404,7 +1404,7 @@ extern struct sk_buff **tcp4_gro_receive(struct sk_buff **head,
|
||||
extern int tcp_gro_complete(struct sk_buff *skb);
|
||||
extern int tcp4_gro_complete(struct sk_buff *skb);
|
||||
|
||||
extern void tcp_v4_nuke_addr(__u32 saddr);
|
||||
extern int tcp_nuke_addr(struct net *net, struct sockaddr *addr);
|
||||
|
||||
#ifdef CONFIG_PROC_FS
|
||||
extern int tcp4_proc_init(void);
|
||||
|
||||
Reference in New Issue
Block a user