Browse Source

Drop the now useless multicast setup comment.

prodded by tim@, ok mpi@
OPENBSD_5_9
ajacoutot 8 years ago
parent
commit
1e90611816
1 changed files with 1 additions and 7 deletions
  1. +1
    -7
      src/etc/netstart

+ 1
- 7
src/etc/netstart View File

@ -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


Loading…
Cancel
Save