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