summaryrefslogtreecommitdiff
path: root/debian/openssh-server.if-up
diff options
context:
space:
mode:
Diffstat (limited to 'debian/openssh-server.if-up')
-rw-r--r--debian/openssh-server.if-up2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/openssh-server.if-up b/debian/openssh-server.if-up
index 848535275..ce5d4dd17 100644
--- a/debian/openssh-server.if-up
+++ b/debian/openssh-server.if-up
@@ -14,7 +14,7 @@ if [ "$MODE" != start ]; then
14 exit 0 14 exit 0
15fi 15fi
16 16
17# OpenSSH only cares about inet and inet6. Get thee gone, strange people 17# OpenSSH only cares about inet and inet6. Get ye gone, strange people
18# still using ipx. 18# still using ipx.
19if [ "$ADDRFAM" != inet ] && [ "$ADDRFAM" != inet6 ]; then 19if [ "$ADDRFAM" != inet ] && [ "$ADDRFAM" != inet6 ]; then
20 exit 0 20 exit 0