Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F152668495
D27464.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
369 B
Referenced Files
None
Subscribers
None
D27464.id.diff
View Options
Index: libexec/rc/rc.d/netif
===================================================================
--- libexec/rc/rc.d/netif
+++ libexec/rc/rc.d/netif
@@ -116,6 +116,11 @@
#
cmdifn=$*
+ # If stopping all interfaces, drop all TCP sessions.
+ if [ -z "$cmdifn" ]; then
+ /usr/sbin/tcpdrop -a
+ fi
+
# Deconfigure the interface(s)
netif_common ifn_stop $cmdifn
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Apr 17, 10:05 AM (18 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31638547
Default Alt Text
D27464.id.diff (369 B)
Attached To
Mode
D27464: Fix hung TCP sessions on shutdown
Attached
Detach File
Event Timeline
Log In to Comment