From 1e906118163778e837e5eed2e3f3973a0232a88c Mon Sep 17 00:00:00 2001 From: ajacoutot <> Date: Fri, 18 Dec 2015 08:49:53 +0000 Subject: [PATCH] Drop the now useless multicast setup comment. prodded by tim@, ok mpi@ --- src/etc/netstart | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/etc/netstart b/src/etc/netstart index a50cc1a3..d12fed5a 100644 --- a/src/etc/netstart +++ b/src/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