summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorajacoutot <ajacoutot@openbsd.org>2015-12-18 08:49:53 +0000
committerajacoutot <ajacoutot@openbsd.org>2015-12-18 08:49:53 +0000
commit273f89b38ea10798be20c3ea40a4735c0b9f9620 (patch)
treed26c531068e4d04031f118acc98f60186223fe20
parentPrevent uvm_fault() when hitting a breakpoint by restoring the original (diff)
downloadwireguard-openbsd-273f89b38ea10798be20c3ea40a4735c0b9f9620.tar.xz
wireguard-openbsd-273f89b38ea10798be20c3ea40a4735c0b9f9620.zip
Drop the now useless multicast setup comment.
prodded by tim@, ok mpi@
-rw-r--r--etc/netstart8
1 files changed, 1 insertions, 7 deletions
diff --git a/etc/netstart b/etc/netstart
index a50cc1a3fb5..d12fed5a584 100644
--- a/etc/netstart
+++ b/etc/netstart
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: netstart,v 1.164 2015/12/17 23:19:23 ajacoutot Exp $
+# $OpenBSD: netstart,v 1.165 2015/12/18 08:49:53 ajacoutot Exp $
# Turn off Strict Bourne shell mode.
set +o sh
@@ -268,12 +268,6 @@ done
done
# Multicast routing.
-#
-# The routing to the 224.0.0.0/4 net is setup according to these rules:
-# multicast route comment
-# NO -reject no multicast
-# YES none installed daemon can run
-# Any other combination -reject config error
route -qn delete 224.0.0.0/4 >/dev/null 2>&1
[[ $multicast != YES ]] && \
route -qn add -net 224.0.0.0/4 -interface 127.0.0.1 -reject >/dev/null