aboutsummaryrefslogtreecommitdiff
path: root/etc/rc.d/routing
diff options
context:
space:
mode:
Diffstat (limited to 'etc/rc.d/routing')
-rw-r--r--etc/rc.d/routing6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.d/routing b/etc/rc.d/routing
index 9422640fef5f..b9b67fef20d2 100644
--- a/etc/rc.d/routing
+++ b/etc/rc.d/routing
@@ -456,9 +456,9 @@ network_pass1() {
esac
case ${tcp_keepalive} in
- [Yy][Ee][Ss])
- echo -n ' TCP keepalive=YES'
- sysctl -w net.inet.tcp.always_keepalive=1 >/dev/null
+ [Nn][Oo])
+ echo -n ' TCP keepalive=NO'
+ sysctl -w net.inet.tcp.always_keepalive=0 >/dev/null
;;
esac