From f7f6fa50d64de0779e8b2bd3562d319cfd1fbb7c Mon Sep 17 00:00:00 2001 From: tholo <> Date: Sun, 2 Jun 1996 21:17:58 +0000 Subject: [PATCH] Install a multicast route by default --- src/etc/netstart | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/etc/netstart b/src/etc/netstart index 7fc7bfe2..a0355930 100644 --- a/src/etc/netstart +++ b/src/etc/netstart @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: netstart,v 1.5 1996/05/26 10:25:24 deraadt Exp $ +# $OpenBSD: netstart,v 1.6 1996/06/02 21:17:58 tholo Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=-q @@ -106,6 +106,10 @@ ifconfig lo0 inet localhost # use loopback, not the wire route add $hostname localhost +route add -net 127 127.1 -reject + +# default multicast route +route add -net 224 -interface $hostname # /etc/mygate, if it exists, contains the name of my gateway host # that name must be in /etc/hosts.