From 04a6a1078d474b7c891c523f62f818a63a700c82 Mon Sep 17 00:00:00 2001 From: angelos <> Date: Fri, 6 Jul 2001 05:44:40 +0000 Subject: [PATCH] Use "route -n show -inet" to determine the default multicast iface. --- src/etc/netstart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/netstart b/src/etc/netstart index ad10a0f9..13677715 100644 --- a/src/etc/netstart +++ b/src/etc/netstart @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: netstart,v 1.79 2001/07/03 03:28:19 deraadt Exp $ +# $OpenBSD: netstart,v 1.80 2001/07/06 05:44:40 angelos Exp $ # Returns true if $1 contains only alphanumerics isalphanumeric() { @@ -255,7 +255,7 @@ NO:YES) ;; *:NO) set `if [ $multicast_host = YES ]; then - ed -s '!route -n show' <